Release of Alpha.7 (#5904)

This commit is contained in:
Benjamin Kampmann
2020-05-05 20:50:46 +02:00
committed by GitHub
parent ae3909eb53
commit 45886bd197
181 changed files with 1668 additions and 1668 deletions
@@ -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 = { version = "2.0.0-alpha.7", path = "../" }
sc-executor = { version = "0.8.0-alpha.7", 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-state-machine = { version = "0.8.0-alpha.7", path = "../../../primitives/state-machine" }
sp-runtime = { version = "2.0.0-alpha.7", path = "../../runtime" }
sp-core = { version = "2.0.0-alpha.7", path = "../../core" }
sp-io = { version = "2.0.0-alpha.7", path = "../../io" }
tracing = "0.1.13"