Skip to content

Commit

Permalink
chore: bump alloy to v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Smith committed Dec 9, 2024
1 parent 9d07b9d commit b556760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
alloy = { version = "0.6.1", features = ["contract", "rpc-types"] }
alloy = { version = "0.7.3", features = ["contract", "rpc-types"] }

[dev-dependencies]
alloy = { version = "0.6.1", features = ["signer-local"] }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy.git", rev = "d68a6b7" }
alloy = { version = "0.7.3", features = ["signer-local"] }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy.git", tag = "v0.7.3" }
regex = "1"
tokio = { version = "1", features = ["full"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Universal Etheruem signature verification with ERC-6492
# Universal Rust Etheruem signature verification with ERC-6492

This crate verifies any Ethereum signature including:

Expand Down

0 comments on commit b556760

Please sign in to comment.