feature ssl-vendor implies ssl

This commit is contained in:
Jeong YunWon
2024-05-20 19:20:15 +09:00
committed by Jeong, YunWon
parent 5d6d1a6da7
commit 5c050d5779

View File

@@ -95,7 +95,7 @@ threading = ["rustpython-vm/threading", "rustpython-stdlib/threading"]
zlib = ["stdlib", "rustpython-stdlib/zlib"]
bz2 = ["stdlib", "rustpython-stdlib/bz2"]
ssl = ["rustpython-stdlib/ssl"]
ssl-vendor = ["rustpython-stdlib/ssl-vendor"]
ssl-vendor = ["ssl", "rustpython-stdlib/ssl-vendor"]
[dependencies]
rustpython-compiler = { workspace = true }