Skip to content

Commit

Permalink
chore: rc-ready ethers lib
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Jan 9, 2025
1 parent 1d0ec58 commit 79a842a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions rust/main/Cargo.lock

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

10 changes: 5 additions & 5 deletions rust/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,27 +198,27 @@ overflow-checks = true
[workspace.dependencies.ethers]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
rev = "f21d9d48993cde80e302b6ac511b95a3e6ad1672"
rev = "91883d1e8d6fee895f49501fce38ddd86c39a112"

[workspace.dependencies.ethers-contract]
features = ["legacy"]
git = "https://github.com/hyperlane-xyz/ethers-rs"
rev = "f21d9d48993cde80e302b6ac511b95a3e6ad1672"
rev = "91883d1e8d6fee895f49501fce38ddd86c39a112"

[workspace.dependencies.ethers-core]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
rev = "f21d9d48993cde80e302b6ac511b95a3e6ad1672"
rev = "91883d1e8d6fee895f49501fce38ddd86c39a112"

[workspace.dependencies.ethers-providers]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
rev = "f21d9d48993cde80e302b6ac511b95a3e6ad1672"
rev = "91883d1e8d6fee895f49501fce38ddd86c39a112"

[workspace.dependencies.ethers-signers]
features = ["aws"]
git = "https://github.com/hyperlane-xyz/ethers-rs"
rev = "f21d9d48993cde80e302b6ac511b95a3e6ad1672"
rev = "91883d1e8d6fee895f49501fce38ddd86c39a112"

[patch.crates-io.curve25519-dalek]
branch = "v3.2.2-relax-zeroize"
Expand Down

0 comments on commit 79a842a

Please sign in to comment.