mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 05:07:55 +00:00
Update... (#282)
This commit is contained in:
Generated
+388
-333
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
# Other dependencies
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = [ "derive" ] }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
memory-db = { version = "0.24.0", default-features = false }
|
||||
memory-db = { version = "0.25.0", default-features = false }
|
||||
trie-db = { version = "0.22.0", default-features = false }
|
||||
|
||||
# Cumulus dependencies
|
||||
@@ -25,7 +25,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", default-fe
|
||||
sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
|
||||
|
||||
# Polkadot dependencies
|
||||
parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ] , branch = "master" }
|
||||
parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "master" }
|
||||
|
||||
[dev-dependencies]
|
||||
sc-client-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
|
||||
|
||||
Reference in New Issue
Block a user