Skip to content

Commit

Permalink
Update ethcontract-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jan 6, 2025
1 parent 9463faa commit 0d422e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ clap = { version = "4.5.6", features = ["derive", "env"] }
dashmap = "6.1.0"
derivative = "2.2.0"
derive_more = { version = "1.0.0", features = ["full"] }
ethcontract = { version = "0.25.7", default-features = false, features = ["aws-kms"] }
ethcontract = { version = "0.25.8", default-features = false, features = ["aws-kms"] }
mimalloc = "0.1.43"
ethcontract-generate = { version = "0.25.7", default-features = false }
ethcontract-mock = { version = "0.25.7", default-features = false }
ethcontract-generate = { version = "0.25.8", default-features = false }
ethcontract-mock = { version = "0.25.8", default-features = false }
ethereum-types = "0.14.1"
flate2 = "1.0.30"
futures = "0.3.30"
Expand Down

0 comments on commit 0d422e6

Please sign in to comment.