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
+2 -2
View File
@@ -8,5 +8,5 @@ edition = "2021"
clap = { version = "3.1", features = ["derive"] }
# Substrate dependencies
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }