mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 14:17:56 +00:00
Update web3 dependency. (#140)
* Update web3 dependency. * Switch to crates.io.
This commit is contained in:
committed by
Bastian Köcher
parent
d812d58801
commit
ba3b8537a5
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user