Releasing rc4 – Rhinoceros (#6515)

Co-authored-by: Martin Pugh <pugh@s3kr.it>
This commit is contained in:
Benjamin Kampmann
2020-06-25 23:18:43 +02:00
committed by GitHub
parent f53e5355f8
commit f6ebd5f87d
188 changed files with 1876 additions and 1823 deletions
+11 -11
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-api-test"
version = "2.0.0-rc3"
version = "2.0.0-rc4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"
@@ -12,22 +12,22 @@ repository = "https://github.com/paritytech/substrate/"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-api = { version = "2.0.0-rc3", path = "../" }
substrate-test-runtime-client = { version = "2.0.0-rc3", path = "../../../test-utils/runtime/client" }
sp-version = { version = "2.0.0-rc3", path = "../../version" }
sp-runtime = { version = "2.0.0-rc3", path = "../../runtime" }
sp-blockchain = { version = "2.0.0-rc3", path = "../../blockchain" }
sp-consensus = { version = "0.8.0-rc3", path = "../../../primitives/consensus/common" }
sc-block-builder = { version = "0.8.0-rc3", path = "../../../client/block-builder" }
sp-api = { version = "2.0.0-rc4", path = "../" }
substrate-test-runtime-client = { version = "2.0.0-rc4", path = "../../../test-utils/runtime/client" }
sp-version = { version = "2.0.0-rc4", path = "../../version" }
sp-runtime = { version = "2.0.0-rc4", path = "../../runtime" }
sp-blockchain = { version = "2.0.0-rc4", path = "../../blockchain" }
sp-consensus = { version = "0.8.0-rc4", path = "../../../primitives/consensus/common" }
sc-block-builder = { version = "0.8.0-rc4", path = "../../../client/block-builder" }
codec = { package = "parity-scale-codec", version = "1.3.1" }
sp-state-machine = { version = "0.8.0-rc3", path = "../../../primitives/state-machine" }
sp-state-machine = { version = "0.8.0-rc4", path = "../../../primitives/state-machine" }
trybuild = "1.0.17"
rustversion = "1.0.0"
[dev-dependencies]
criterion = "0.3.0"
substrate-test-runtime-client = { version = "2.0.0-rc3", path = "../../../test-utils/runtime/client" }
sp-core = { version = "2.0.0-rc3", path = "../../core" }
substrate-test-runtime-client = { version = "2.0.0-rc4", path = "../../../test-utils/runtime/client" }
sp-core = { version = "2.0.0-rc4", path = "../../core" }
[[bench]]
name = "bench"