post release dev reset (#5911)

This commit is contained in:
Benjamin Kampmann
2020-05-05 23:08:31 +02:00
committed by GitHub
parent 7f84e44846
commit 3860999ea3
180 changed files with 1653 additions and 1653 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
[package]
name = "substrate-frame-rpc-system"
version = "2.0.0-alpha.7"
version = "2.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.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.7", 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.7", path = "../../../../primitives/runtime" }
sp-api = { version = "2.0.0-alpha.7", path = "../../../../primitives/api" }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.7", path = "../../../../frame/system/rpc/runtime-api" }
sp-core = { version = "2.0.0-alpha.7", path = "../../../../primitives/core" }
sp-blockchain = { version = "2.0.0-alpha.7", path = "../../../../primitives/blockchain" }
sp-transaction-pool = { version = "2.0.0-alpha.7", 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-dev", path = "../../../../test-utils/runtime/client" }
env_logger = "0.7.0"
sc-transaction-pool = { version = "2.0.0-alpha.7", path = "../../../../client/transaction-pool" }
sc-transaction-pool = { version = "2.0.0-dev", path = "../../../../client/transaction-pool" }