mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Update to Substrate master (#633)
This commit is contained in:
committed by
Gavin Wood
parent
4ec635eea8
commit
33eb0b7ba6
@@ -11,6 +11,6 @@ parking_lot = "0.9.0"
|
||||
log = "0.4.8"
|
||||
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
||||
kvdb = { git = "https://github.com/paritytech/parity-common", rev="03a2ba08f47f4af4219280e660a1ea92cb8896bd" }
|
||||
kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="03a2ba08f47f4af4219280e660a1ea92cb8896bd" }
|
||||
kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="03a2ba08f47f4af4219280e660a1ea92cb8896bd" }
|
||||
kvdb = "0.1.1"
|
||||
kvdb-rocksdb = "0.2"
|
||||
kvdb-memorydb = "0.1.2"
|
||||
|
||||
Reference in New Issue
Block a user