Release: Bump SP crates to release on crates.io (#14237)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-29 13:40:59 +03:00
committed by GitHub
parent c45eeb5498
commit 98a0550ea2
228 changed files with 922 additions and 922 deletions
+11 -11
View File
@@ -22,14 +22,14 @@ codec = { package = "parity-scale-codec", version = "3.2.2" }
sc-executor-common = { version = "0.10.0-dev", path = "common" }
sc-executor-wasmtime = { version = "0.10.0-dev", path = "wasmtime" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-core = { version = "7.0.0", path = "../../primitives/core" }
sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" }
sp-io = { version = "7.0.0", path = "../../primitives/io" }
sp-panic-handler = { version = "5.0.0", path = "../../primitives/panic-handler" }
sp-runtime-interface = { version = "7.0.0", path = "../../primitives/runtime-interface" }
sp-trie = { version = "7.0.0", path = "../../primitives/trie" }
sp-version = { version = "5.0.0", path = "../../primitives/version" }
sp-wasm-interface = { version = "7.0.0", path = "../../primitives/wasm-interface" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-externalities = { version = "0.14.0", path = "../../primitives/externalities" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-panic-handler = { version = "6.0.0", path = "../../primitives/panic-handler" }
sp-runtime-interface = { version = "8.0.0", path = "../../primitives/runtime-interface" }
sp-trie = { version = "8.0.0", path = "../../primitives/trie" }
sp-version = { version = "6.0.0", path = "../../primitives/version" }
sp-wasm-interface = { version = "8.0.0", path = "../../primitives/wasm-interface" }
[dev-dependencies]
array-bytes = "4.1"
@@ -37,11 +37,11 @@ assert_matches = "1.3.0"
wat = "1.0"
sc-runtime-test = { version = "2.0.0", path = "runtime-test" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" }
sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" }
sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" }
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
tracing-subscriber = "0.2.19"
paste = "1.0"
regex = "1.6.0"