Skip to content

Commit

Permalink
Update ethers-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Dec 2, 2023
1 parent dc8a4b4 commit 30e8c92
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions rust/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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,27 +149,27 @@ which = "4.3"
[workspace.dependencies.ethers]
git = "https://github.com/hyperlane-xyz/ethers-rs"
features = []
tag = "2023-11-29-01"
tag = "2023-11-29-02"

[workspace.dependencies.ethers-contract]
git = "https://github.com/hyperlane-xyz/ethers-rs"
features = ["legacy"]
tag = "2023-11-29-01"
tag = "2023-11-29-02"

[workspace.dependencies.ethers-core]
git = "https://github.com/hyperlane-xyz/ethers-rs"
features = []
tag = "2023-11-29-01"
tag = "2023-11-29-02"

[workspace.dependencies.ethers-providers]
git = "https://github.com/hyperlane-xyz/ethers-rs"
features = []
tag = "2023-11-29-01"
tag = "2023-11-29-02"

[workspace.dependencies.ethers-signers]
git = "https://github.com/hyperlane-xyz/ethers-rs"
features = ["aws"]
tag = "2023-11-29-01"
tag = "2023-11-29-02"

[patch.crates-io.curve25519-dalek]
version = "3.2.2"
Expand Down

0 comments on commit 30e8c92

Please sign in to comment.