Skip to content

Commit

Permalink
Update ethcontract-rs (#3211)
Browse files Browse the repository at this point in the history
Updates `ethcontract-rs` to the latest version where a small bug was
fixed.
  • Loading branch information
squadgazzz authored Jan 6, 2025
1 parent 9463faa commit c784e14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

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 c784e14

Please sign in to comment.