Skip to content

Commit 286a3d8

Browse files
committed
Add reqwest/rustls-tls-native-roots to rustls-tls feature in py-rattler.
1 parent 08c395c commit 286a3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py-rattler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
[features]
1313
default = ["rustls-tls"]
1414
native-tls = ["rattler_networking/native-tls", "rattler_repodata_gateway/native-tls"]
15-
rustls-tls = ["rattler_networking/rustls-tls", "rattler_repodata_gateway/rustls-tls"]
15+
rustls-tls = ["rattler_networking/rustls-tls", "rattler_repodata_gateway/rustls-tls", "reqwest/rustls-tls-native-roots",]
1616
vendored-openssl = ["openssl", "openssl/vendored"]
1717

1818
[dependencies]

0 commit comments

Comments
 (0)