Skip to content

Commit

Permalink
Update solc for Apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Jan 30, 2023
1 parent 914d123 commit 8e22965
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ fe-common = {path = "../common", version = "^0.20.0-alpha"}
fe-driver = {path = "../driver", version = "^0.20.0-alpha"}
fe-yulc = {path = "../yulc", version = "^0.20.0-alpha", optional = true, features = ["solc-backend"]}
fe-analyzer = {path = "../analyzer", version = "^0.20.0-alpha"}
fe-test-utils-macros = { path = "macros", version = "0.20.0-alpha" }
test-files = {path = "../test-files", package = "fe-test-files" }
fe-test-utils-macros = {path = "macros", version = "^0.20.0-alpha"}
hex = "0.4"
primitive-types = {version = "0.12", default-features = false, features = ["rlp"]}
serde_json = "1.0.64"
Expand All @@ -27,6 +27,5 @@ insta = { default-features = false, version = "1.26" }
# used by ethabi, we need to force the js feature for wasm support
getrandom = { version = "0.2.3", features = ["js"] }


[features]
solc-backend = ["fe-yulc", "solc", "fe-driver/solc-backend"]

0 comments on commit 8e22965

Please sign in to comment.