Skip to content

Commit dc22fce

Browse files
committed
Testing without native-tls and rustls features on MSRV 1.71.
1 parent 345fc9a commit dc22fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ blocking-https-bundled = ["blocking", "minreq/https-bundled"]
4545
tokio = ["dep:tokio"]
4646
async = ["async_minreq", "tokio?/time"]
4747
async-https = ["async"]
48-
async-https-native = ["async", "async_minreq/native-tls"]
49-
async-https-rustls = ["async", "async_minreq/rustls"]
48+
async-https-native = ["async"]
49+
async-https-rustls = ["async"]
5050
async-https-rustls-manual-roots = ["async"]

0 commit comments

Comments
 (0)