mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 13:48:00 +00:00
+21
-21
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "test-node"
|
||||
version = "2.0.0-rc5"
|
||||
version = "2.0.0"
|
||||
authors = ["Anonymous"]
|
||||
description = "Substrate Node template"
|
||||
edition = "2018"
|
||||
@@ -15,28 +15,28 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
futures = "0.3.5"
|
||||
log = "0.4.11"
|
||||
structopt = "0.3.15"
|
||||
structopt = "0.3.16"
|
||||
parking_lot = "0.11.0"
|
||||
|
||||
sc-cli = { version = "0.8.0-rc5", features = ["wasmtime"] }
|
||||
sp-core = "2.0.0-rc5"
|
||||
sc-executor = { version = "0.8.0-rc5", features = ["wasmtime"] }
|
||||
sc-service = { version = "0.8.0-rc5", features = ["wasmtime"] }
|
||||
sp-inherents = "2.0.0-rc5"
|
||||
sc-transaction-pool = "2.0.0-rc5"
|
||||
sp-transaction-pool = "2.0.0-rc5"
|
||||
sc-network = "0.8.0-rc5"
|
||||
sc-consensus-aura = "0.8.0-rc5"
|
||||
sp-consensus-aura = "0.8.0-rc5"
|
||||
sp-consensus = "0.8.0-rc5"
|
||||
sc-consensus = "0.8.0-rc5"
|
||||
sc-finality-grandpa = "0.8.0-rc5"
|
||||
sp-finality-grandpa = "2.0.0-rc5"
|
||||
sc-client-api = "2.0.0-rc5"
|
||||
sp-runtime = "2.0.0-rc5"
|
||||
sc-basic-authorship = "0.8.0-rc5"
|
||||
sc-cli = { version = "0.8.0-rc6", features = ["wasmtime"] }
|
||||
sp-core = "2.0.0-rc6"
|
||||
sc-executor = { version = "0.8.0-rc6", features = ["wasmtime"] }
|
||||
sc-service = { version = "0.8.0-rc6", features = ["wasmtime"] }
|
||||
sp-inherents = "2.0.0-rc6"
|
||||
sc-transaction-pool = "2.0.0-rc6"
|
||||
sp-transaction-pool = "2.0.0-rc6"
|
||||
sc-network = "0.8.0-rc6"
|
||||
sc-consensus-aura = "0.8.0-rc6"
|
||||
sp-consensus-aura = "0.8.0-rc6"
|
||||
sp-consensus = "0.8.0-rc6"
|
||||
sc-consensus = "0.8.0-rc6"
|
||||
sc-finality-grandpa = "0.8.0-rc6"
|
||||
sp-finality-grandpa = "2.0.0-rc6"
|
||||
sc-client-api = "2.0.0-rc6"
|
||||
sp-runtime = "2.0.0-rc6"
|
||||
sc-basic-authorship = "0.8.0-rc6"
|
||||
|
||||
test-node-runtime = { version = "2.0.0-rc5", path = "runtime" }
|
||||
test-node-runtime = { path = "runtime" }
|
||||
|
||||
[build-dependencies]
|
||||
substrate-build-script-utils = "2.0.0-rc5"
|
||||
substrate-build-script-utils = "2.0.0-rc6"
|
||||
|
||||
Reference in New Issue
Block a user