set deps to polkadot v0.9.12

This commit is contained in:
Alexander Popiak
2021-10-19 15:06:27 +02:00
parent a6ad40f86b
commit 58aee05806
38 changed files with 616 additions and 616 deletions
@@ -9,8 +9,8 @@ codec = { package = "parity-scale-codec", version = "2.3.0", default-features =
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.12" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.12" }
cumulus-primitives-core = { path = "../../../primitives/core", default-features = false }