Release pallet-contracts-primitives (#10772)

* Bump sp-storage

* Bump sp-rpc

* Bump sp-io

* Bump sp-trie

* Bump sp-state-machine

* Bump sp-externalities

* Bump sp-keystore

* Bump sp-application-crypto

* Bump pallet-contracts-primitives

* Bump sp-core

* Bump sp-runtime-interface

* Bump sp-wasm-interface

* Bump sp-runtime

* Bump sp-storage

* Update lock file

* Revert "Bump sp-storage"

This reverts commit f86c6db1ae334e28207b658fd90714ade0332e3b.

* Update lock file
This commit is contained in:
Alexander Theißen
2022-02-01 20:38:02 +01:00
committed by GitHub
parent dbb3f24e3e
commit 3938c1cb62
180 changed files with 564 additions and 564 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-io"
version = "4.0.0"
version = "5.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -17,15 +17,15 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
hash-db = { version = "0.15.2", default-features = false }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-keystore = { version = "0.10.0", default-features = false, optional = true, path = "../keystore" }
sp-core = { version = "5.0.0", default-features = false, path = "../core" }
sp-keystore = { version = "0.11.0", default-features = false, optional = true, path = "../keystore" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
libsecp256k1 = { version = "0.7", optional = true }
sp-state-machine = { version = "0.10.0", optional = true, path = "../state-machine" }
sp-wasm-interface = { version = "4.1.0-dev", path = "../wasm-interface", default-features = false }
sp-runtime-interface = { version = "4.1.0-dev", default-features = false, path = "../runtime-interface" }
sp-trie = { version = "4.0.0", optional = true, path = "../trie" }
sp-externalities = { version = "0.10.0", optional = true, path = "../externalities" }
sp-state-machine = { version = "0.11.0", optional = true, path = "../state-machine" }
sp-wasm-interface = { version = "5.0.0", path = "../wasm-interface", default-features = false }
sp-runtime-interface = { version = "5.0.0", default-features = false, path = "../runtime-interface" }
sp-trie = { version = "5.0.0", optional = true, path = "../trie" }
sp-externalities = { version = "0.11.0", optional = true, path = "../externalities" }
sp-tracing = { version = "4.0.0", default-features = false, path = "../tracing" }
log = { version = "0.4.8", optional = true }
futures = { version = "0.3.1", features = ["thread-pool"], optional = true }