fix: conditional features

This commit is contained in:
DaniPopes 2023-03-21 16:53:52 +01:00
parent d7df5c9bfc
commit 564123c575
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ svm-solc = ["svm", "svm-builds", "sha2"]
project-util = ["tempfile", "fs_extra", "rand"]
tests = []
openssl = ["svm/openssl"]
rustls = ["svm/rustls"]
openssl = ["svm?/openssl"]
rustls = ["svm?/rustls"]
# Deprecated
asm = []