Switch Polkadot to the release branch

This commit is contained in:
Wilfried Kopp
2022-08-04 10:45:05 +02:00
committed by Chevdor
parent 37540771ee
commit 7e132a8cd3
31 changed files with 123 additions and 119 deletions
+3 -3
View File
@@ -15,9 +15,9 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f
sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.27" }
# Polkadot
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.27" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.27" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.27" }
[features]
default = [ "std" ]