Skip to content
Snippets Groups Projects
Commit ba3b8537 authored by Tomasz Drwięga's avatar Tomasz Drwięga Committed by Bastian Köcher
Browse files

Update web3 dependency. (#140)

* Update web3 dependency.

* Switch to crates.io.
parent d812d588
No related merge requests found
......@@ -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]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment