Skip to content

Commit 5c050d5

Browse files
committed
feature ssl-vendor implies ssl
1 parent 5d6d1a6 commit 5c050d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ threading = ["rustpython-vm/threading", "rustpython-stdlib/threading"]
9595
zlib = ["stdlib", "rustpython-stdlib/zlib"]
9696
bz2 = ["stdlib", "rustpython-stdlib/bz2"]
9797
ssl = ["rustpython-stdlib/ssl"]
98-
ssl-vendor = ["rustpython-stdlib/ssl-vendor"]
98+
ssl-vendor = ["ssl", "rustpython-stdlib/ssl-vendor"]
9999

100100
[dependencies]
101101
rustpython-compiler = { workspace = true }

0 commit comments

Comments
 (0)