Switch deps branches

This commit is contained in:
Wilfried Kopp
2022-01-31 14:20:19 +01:00
parent 77491879cd
commit fe8357f75f
41 changed files with 997 additions and 958 deletions
+2 -2
View File
@@ -8,5 +8,5 @@ edition = "2021"
clap = { version = "3.0", 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.16" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }