resetting to -dev (#6050)

This commit is contained in:
Benjamin Kampmann
2020-05-16 19:03:04 +02:00
committed by GitHub
parent 292d456277
commit 7c565085e9
180 changed files with 1761 additions and 1761 deletions
+10 -10
View File
@@ -1,6 +1,6 @@
[package]
name = "substrate-frame-rpc-system"
version = "2.0.0-alpha.8"
version = "2.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"
@@ -12,7 +12,7 @@ description = "FRAME's system exposed over Substrate RPC"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sc-client-api = { version = "2.0.0-alpha.8", path = "../../../../client/api" }
sc-client-api = { version = "2.0.0-dev", path = "../../../../client/api" }
codec = { package = "parity-scale-codec", version = "1.3.0" }
futures = { version = "0.3.4", features = ["compat"] }
jsonrpc-core = "14.0.3"
@@ -20,14 +20,14 @@ jsonrpc-core-client = "14.0.5"
jsonrpc-derive = "14.0.3"
log = "0.4.8"
serde = { version = "1.0.101", features = ["derive"] }
sp-runtime = { version = "2.0.0-alpha.8", path = "../../../../primitives/runtime" }
sp-api = { version = "2.0.0-alpha.8", path = "../../../../primitives/api" }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.8", path = "../../../../frame/system/rpc/runtime-api" }
sp-core = { version = "2.0.0-alpha.8", path = "../../../../primitives/core" }
sp-blockchain = { version = "2.0.0-alpha.8", path = "../../../../primitives/blockchain" }
sp-transaction-pool = { version = "2.0.0-alpha.8", path = "../../../../primitives/transaction-pool" }
sp-runtime = { version = "2.0.0-dev", path = "../../../../primitives/runtime" }
sp-api = { version = "2.0.0-dev", path = "../../../../primitives/api" }
frame-system-rpc-runtime-api = { version = "2.0.0-dev", path = "../../../../frame/system/rpc/runtime-api" }
sp-core = { version = "2.0.0-dev", path = "../../../../primitives/core" }
sp-blockchain = { version = "2.0.0-dev", path = "../../../../primitives/blockchain" }
sp-transaction-pool = { version = "2.0.0-dev", path = "../../../../primitives/transaction-pool" }
[dev-dependencies]
substrate-test-runtime-client = { version = "2.0.0-alpha.8", path = "../../../../test-utils/runtime/client" }
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../../test-utils/runtime/client" }
env_logger = "0.7.0"
sc-transaction-pool = { version = "2.0.0-alpha.8", path = "../../../../client/transaction-pool" }
sc-transaction-pool = { version = "2.0.0-dev", path = "../../../../client/transaction-pool" }