Skip to content

Commit

Permalink
fix(solc): features (#2290)
Browse files Browse the repository at this point in the history
* fix: solc svm feature

* fix: conditional features
  • Loading branch information
DaniPopes committed Mar 21, 2023
1 parent 944ed05 commit 757314b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ethers-solc/Cargo.toml
Expand Up @@ -111,14 +111,14 @@ async = [
"futures-util",
"criterion/async_tokio",
]
svm-solc = ["svm-builds", "sha2"]
svm-solc = ["svm", "svm-builds", "sha2"]

# Utilities for creating and testing project workspaces
project-util = ["tempfile", "fs_extra", "rand"]

tests = []
openssl = ["svm/openssl"]
rustls = ["svm/rustls"]
openssl = ["svm?/openssl"]
rustls = ["svm?/rustls"]

# Deprecated
asm = []

0 comments on commit 757314b

Please sign in to comment.