Skip to content

Commit

Permalink
Merge pull request #8 from reown-com/chore/bump-alloy-v7
Browse files Browse the repository at this point in the history
chore: bump alloy to v0.7
  • Loading branch information
chris13524 authored Dec 11, 2024
2 parents 9d07b9d + fe85193 commit 0679d7f
Show file tree
Hide file tree
Showing 3 changed files with 5 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
1 change: 1 addition & 0 deletions src/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub async fn deploy_contract(
let key_encoded = hex::encode(signer.to_bytes());
let mut args = vec![
"create",
"--broadcast",
"--contracts=contracts",
contract_name,
"--rpc-url",
Expand Down

0 comments on commit 0679d7f

Please sign in to comment.