Skip to content

Commit de4ece5

Browse files
committed
Make proxy std only
`proxy` only works with `std` and causes an error in `no-std`. Add `std` to the `proxy` feature.
1 parent b68f20d commit de4ece5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitreq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ https = ["https-rustls"]
5050
https-rustls = ["rustls", "webpki-roots", "rustls-webpki"]
5151
https-rustls-probe = ["rustls", "rustls-native-certs"]
5252
json-using-serde = ["serde", "serde_json"]
53-
proxy = ["base64"]
53+
proxy = ["base64", "std"]
5454
async = ["tokio", "std"]
5555
async-https = ["async", "https-rustls", "tokio-rustls"]
5656

0 commit comments

Comments
 (0)