Skip to content

Commit

Permalink
Bump foundry-compilers (#7077)
Browse files Browse the repository at this point in the history
* bump

* fix weird formatting

* fix cargo deny
  • Loading branch information
klkvr authored Feb 10, 2024
1 parent 68c673b commit 219188f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ foundry-test-utils = { path = "crates/test-utils" }

# solc & compilation utilities
foundry-block-explorers = { version = "0.2.3", default-features = false }
foundry-compilers = { version = "0.3.4", default-features = false }
foundry-compilers = { version = "0.3.5", default-features = false }

## revm
# no default features to avoid c-kzg
Expand Down Expand Up @@ -162,7 +162,7 @@ alloy-transport = { git = "https://github.com/alloy-rs/alloy" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy" }
alloy-primitives = { version ="0.6.2", features = ["getrandom"] }
alloy-primitives = { version = "0.6.2", features = ["getrandom"] }
alloy-dyn-abi = "0.6.2"
alloy-json-abi = "0.6.2"
alloy-sol-types = "0.6.2"
Expand All @@ -173,7 +173,10 @@ alloy-rlp = "0.3.3"
solang-parser = "=0.3.3"

## misc
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
] }
color-eyre = "0.6"
derive_more = "0.99"
eyre = "0.6"
Expand Down

0 comments on commit 219188f

Please sign in to comment.