Skip to content

Commit

Permalink
Update web3 dependency. (paritytech#140)
Browse files Browse the repository at this point in the history
* Update web3 dependency.

* Switch to crates.io.
  • Loading branch information
tomusdrw authored and serban300 committed Apr 10, 2024
1 parent 706a9b5 commit 5b0e944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/relays/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.55"
sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
time = "0.2"
web3 = { git = "https://github.com/tomusdrw/rust-web3" }
web3 = { version = "0.12.0", default-features = false }

# Substrate Based Dependencies
[dependencies.frame-system]
Expand Down

0 comments on commit 5b0e944

Please sign in to comment.