Update branches

This commit is contained in:
Bastian Köcher
2021-11-17 14:52:10 +01:00
parent 9b6db48a42
commit 226757b796
39 changed files with 1404 additions and 1318 deletions
+4 -4
View File
@@ -9,12 +9,12 @@ edition = "2021"
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = [ "derive" ] }
# Substrate dependencies
sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.13" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.13" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.13" }
# Polkadot dependencies
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.13" }
# Cumulus dependencies
cumulus-primitives-core = { path = "../../primitives/core", default-features = false }