Intent to release rc3 (#6290)

This commit is contained in:
Benjamin Kampmann
2020-06-08 23:29:52 +02:00
committed by GitHub
parent 3c14909a9c
commit 881072e590
187 changed files with 1820 additions and 1799 deletions
+10 -10
View File
@@ -1,6 +1,6 @@
[package]
name = "substrate-frame-rpc-system"
version = "2.0.0-rc2"
version = "2.0.0-rc3"
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-rc2", path = "../../../../client/api" }
sc-client-api = { version = "2.0.0-rc3", path = "../../../../client/api" }
codec = { package = "parity-scale-codec", version = "1.3.0" }
futures = { version = "0.3.4", features = ["compat"] }
jsonrpc-core = "14.2.0"
@@ -20,14 +20,14 @@ jsonrpc-core-client = "14.2.0"
jsonrpc-derive = "14.2.1"
log = "0.4.8"
serde = { version = "1.0.101", features = ["derive"] }
sp-runtime = { version = "2.0.0-rc2", path = "../../../../primitives/runtime" }
sp-api = { version = "2.0.0-rc2", path = "../../../../primitives/api" }
frame-system-rpc-runtime-api = { version = "2.0.0-rc2", path = "../../../../frame/system/rpc/runtime-api" }
sp-core = { version = "2.0.0-rc2", path = "../../../../primitives/core" }
sp-blockchain = { version = "2.0.0-rc2", path = "../../../../primitives/blockchain" }
sp-transaction-pool = { version = "2.0.0-rc2", path = "../../../../primitives/transaction-pool" }
sp-runtime = { version = "2.0.0-rc3", path = "../../../../primitives/runtime" }
sp-api = { version = "2.0.0-rc3", path = "../../../../primitives/api" }
frame-system-rpc-runtime-api = { version = "2.0.0-rc3", path = "../../../../frame/system/rpc/runtime-api" }
sp-core = { version = "2.0.0-rc3", path = "../../../../primitives/core" }
sp-blockchain = { version = "2.0.0-rc3", path = "../../../../primitives/blockchain" }
sp-transaction-pool = { version = "2.0.0-rc3", path = "../../../../primitives/transaction-pool" }
[dev-dependencies]
substrate-test-runtime-client = { version = "2.0.0-rc2", path = "../../../../test-utils/runtime/client" }
substrate-test-runtime-client = { version = "2.0.0-rc3", path = "../../../../test-utils/runtime/client" }
env_logger = "0.7.0"
sc-transaction-pool = { version = "2.0.0-rc2", path = "../../../../client/transaction-pool" }
sc-transaction-pool = { version = "2.0.0-rc3", path = "../../../../client/transaction-pool" }