Tagging as rc1

This commit is contained in:
Benjamin Kampmann
2020-05-25 18:30:48 +02:00
parent d18a55d391
commit fb32ac8c51
190 changed files with 2160 additions and 2190 deletions
@@ -1,6 +1,6 @@
[package]
name = "sp-runtime-interface-test"
version = "2.0.0-dev"
version = "2.0.0-rc1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"
@@ -12,12 +12,12 @@ repository = "https://github.com/paritytech/substrate/"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-runtime-interface = { version = "2.0.0-dev", path = "../" }
sc-executor = { version = "0.8.0-dev", path = "../../../client/executor" }
sp-runtime-interface-test-wasm = { version = "2.0.0-dev", path = "../test-wasm" }
sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0-dev", path = "../test-wasm-deprecated" }
sp-state-machine = { version = "0.8.0-dev", path = "../../../primitives/state-machine" }
sp-runtime = { version = "2.0.0-dev", path = "../../runtime" }
sp-core = { version = "2.0.0-dev", path = "../../core" }
sp-io = { version = "2.0.0-dev", path = "../../io" }
sp-runtime-interface = { version = "2.0.0-rc1", path = "../" }
sc-executor = { version = "0.8.0-rc1", path = "../../../client/executor" }
sp-runtime-interface-test-wasm = { version = "2.0.0-rc1", path = "../test-wasm" }
sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0-rc1", path = "../test-wasm-deprecated" }
sp-state-machine = { version = "0.8.0-rc1", path = "../../../primitives/state-machine" }
sp-runtime = { version = "2.0.0-rc1", path = "../../runtime" }
sp-core = { version = "2.0.0-rc1", path = "../../core" }
sp-io = { version = "2.0.0-rc1", path = "../../io" }
tracing = "0.1.13"