Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into matt/lib-linking
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 6, 2021
2 parents 6af91eb + a9a47a4 commit 0cc5836
Show file tree
Hide file tree
Showing 7 changed files with 666 additions and 172 deletions.
227 changes: 227 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions ethers-solc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ colored = "2.0.0"
svm = { package = "svm-rs", version = "0.2.0", optional = true }
glob = "0.3.0"
tracing = "0.1.29"
num_cpus = "1.13.0"
tiny-keccak = { version = "2.0.2", default-features = false }

[target.'cfg(not(any(target_arch = "x86", target_arch = "x86_64")))'.dependencies]
Expand All @@ -46,9 +47,14 @@ home = "0.5.3"
getrandom = { version = "0.2", features = ["js"] }

[dev-dependencies]
criterion = { version = "0.3", features = ["async_tokio"] }
tokio = { version = "1.12.0", features = ["full"] }
tempdir = "0.3.7"

[[bench]]
name = "compile_many"
harness = false

[features]
async = ["tokio", "futures-util"]
full = ["async", "svm"]
Expand Down
Loading

0 comments on commit 0cc5836

Please sign in to comment.