Prepare 0.9.22

This commit is contained in:
Bastian Köcher
2022-05-20 20:52:22 +02:00
parent e3d0895dc6
commit 7ffdccab93
43 changed files with 1027 additions and 1027 deletions
+2 -2
View File
@@ -8,6 +8,6 @@ edition = "2021"
clap = { version = "3.1", features = ["derive"] }
# Substrate
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.22" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }
url = "2.2.2"