Prepare branch

This commit is contained in:
Bastian Köcher
2022-02-24 19:50:01 +01:00
parent f1dc5d0336
commit 76479e7fef
42 changed files with 959 additions and 971 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.17" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.17" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.17" }
# 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.17" }
# Cumulus dependencies
cumulus-primitives-core = { path = "../../primitives/core", default-features = false }