mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
reverting to polkadot-master (#643)
This commit is contained in:
committed by
Bastian Köcher
parent
b637a77249
commit
518b6408a0
@@ -10,8 +10,8 @@ codec = { package = "parity-scale-codec", version = "1.1.0", default-features =
|
||||
wasmi = { version = "0.4.5", optional = true }
|
||||
derive_more = { version = "0.14.1", optional = true }
|
||||
serde = { version = "1.0.102", default-features = false, features = [ "derive" ] }
|
||||
rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false }
|
||||
lazy_static = { version = "1.4.0", optional = true }
|
||||
parking_lot = { version = "0.7.1", optional = true }
|
||||
log = { version = "0.4.8", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user