Skip to content

Commit 435f6e8

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 44c839d commit 435f6e8

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
@@ -46,7 +46,7 @@ log = ["dep:log"]
4646
https = ["https-rustls"]
4747
https-rustls = ["rustls", "webpki-roots", "rustls-webpki"]
4848
https-rustls-probe = ["rustls", "rustls-native-certs"]
49-
proxy = ["base64"]
49+
proxy = ["base64", "std"]
5050
async = ["tokio", "std"]
5151
async-https = ["async", "https-rustls", "tokio-rustls"]
5252

0 commit comments

Comments
 (0)