mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump sp-crates from latest crates.io version + release (#14265)
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -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 = "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" }
|
||||
sp-core = { version = "21.0.0", path = "../../primitives/core" }
|
||||
sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" }
|
||||
sp-io = { version = "23.0.0", path = "../../primitives/io" }
|
||||
sp-panic-handler = { version = "8.0.0", path = "../../primitives/panic-handler" }
|
||||
sp-runtime-interface = { version = "17.0.0", path = "../../primitives/runtime-interface" }
|
||||
sp-trie = { version = "22.0.0", path = "../../primitives/trie" }
|
||||
sp-version = { version = "22.0.0", path = "../../primitives/version" }
|
||||
sp-wasm-interface = { version = "14.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.14.0", path = "../../primitives/state-machine" }
|
||||
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
|
||||
sp-runtime = { version = "24.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 = "7.0.0", path = "../../primitives/tracing" }
|
||||
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
|
||||
tracing-subscriber = "0.2.19"
|
||||
paste = "1.0"
|
||||
regex = "1.6.0"
|
||||
|
||||
@@ -18,7 +18,7 @@ thiserror = "1.0.30"
|
||||
wasm-instrument = "0.3"
|
||||
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
|
||||
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../../primitives/maybe-compressed-blob" }
|
||||
sp-wasm-interface = { version = "8.0.0", path = "../../../primitives/wasm-interface" }
|
||||
sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -13,11 +13,11 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-io = { version = "8.0.0", default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime-interface" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../../../primitives/runtime-interface" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true }
|
||||
|
||||
@@ -29,8 +29,8 @@ wasmtime = { version = "8.0.1", default-features = false, features = [
|
||||
anyhow = "1.0.68"
|
||||
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
|
||||
sc-executor-common = { version = "0.10.0-dev", path = "../common" }
|
||||
sp-runtime-interface = { version = "8.0.0", path = "../../../primitives/runtime-interface" }
|
||||
sp-wasm-interface = { version = "8.0.0", path = "../../../primitives/wasm-interface", features = ["wasmtime"] }
|
||||
sp-runtime-interface = { version = "17.0.0", path = "../../../primitives/runtime-interface" }
|
||||
sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface", features = ["wasmtime"] }
|
||||
|
||||
# Here we include the rustix crate in the exactly same semver-compatible version as used by
|
||||
# wasmtime and enable its 'use-libc' flag.
|
||||
@@ -44,7 +44,7 @@ once_cell = "1.12.0"
|
||||
[dev-dependencies]
|
||||
wat = "1.0"
|
||||
sc-runtime-test = { version = "2.0.0", path = "../runtime-test" }
|
||||
sp-io = { version = "8.0.0", path = "../../../primitives/io" }
|
||||
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
|
||||
tempfile = "3.3.0"
|
||||
paste = "1.0"
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2" }
|
||||
|
||||
Reference in New Issue
Block a user