Skip to content

Commit

Permalink
bump solang
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Smith11 committed Oct 21, 2023
1 parent caf144c commit 02d3007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ethers-solc = { version = "2.0.8", default-features = false }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
hex = { package = "const-hex", version = "1.6", features = ["hex"] }
itertools = "0.11"
solang-parser = "=0.3.1"
solang-parser = "=0.3.2"

#[patch."https://github.com/gakonst/ethers-rs"]
#ethers = { path = "../ethers-rs/ethers" }
Expand All @@ -155,4 +155,4 @@ solang-parser = "=0.3.1"

[patch.crates-io]
revm = { git = "https://github.com/bluealloy/revm/", branch = "release/v25" }
revm-primitives = { git = "https://github.com/bluealloy/revm/", branch = "release/v25" }
revm-primitives = { git = "https://github.com/bluealloy/revm/", branch = "release/v25" }
2 changes: 1 addition & 1 deletion crates/anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ crc = "3.0.1"
[features]
default = ["cli"]
cmd = ["foundry-common", "forge", "clap", "clap_complete", "ctrlc", "anvil-server/clap"]
cli = ["tokio/full", "cmd", "fdlimit"]
cli = ["tokio/full", "cmd", "fdlimit"]

0 comments on commit 02d3007

Please sign in to comment.