Skip to content

Commit

Permalink
chore: bump criterion, solang-parser (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed May 29, 2023
1 parent a6200df commit 312eab3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ auto_impl = "1.1"

# misc
bytes = "1.4"
criterion = "0.4"
criterion = "0.5"
dunce = "1.0"
eyre = "0.6"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion ethers-contract/ethers-contract-abigen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ethers-core = { workspace = true, features = ["macros"] }
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["full"] }
prettyplease = "0.2.5"
prettyplease = "0.2"

Inflector.workspace = true
serde.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion ethers-solc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ all-features = true
[dependencies]
ethers-core.workspace = true

solang-parser = { version = "=0.2.4", default-features = false }
solang-parser = { version = "=0.3.0", default-features = false }

serde = { workspace = true, features = ["derive", "rc"] }
serde_json.workspace = true
Expand Down Expand Up @@ -73,6 +73,7 @@ rand.workspace = true
pretty_assertions = "1.3.0"
tempfile.workspace = true
serde_path_to_error = "0.1.11"
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

[[bench]]
name = "compile_many"
Expand Down

0 comments on commit 312eab3

Please sign in to comment.