Prepare for 0.9.18

This commit is contained in:
Bastian Köcher
2022-03-22 17:28:56 +01:00
parent ab1bcb546b
commit 4d37f94a5e
47 changed files with 1024 additions and 1028 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.18" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" }
url = "2.2.2"