release sp-core 7.0.0 and sp-runtime 7.0.0 (#12599)

* chore(release): sp-core v7.0.0

* chore(release): sp-runtime v7.0.0

* fix bad merge
This commit is contained in:
Niklas Adolfsson
2022-11-15 15:54:14 +01:00
committed by GitHub
parent 880f6c9d60
commit 2b8af8cb1a
213 changed files with 830 additions and 815 deletions
@@ -1,6 +1,6 @@
[package]
name = "sp-wasm-interface"
version = "6.0.0"
version = "7.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -19,7 +19,7 @@ impl-trait-for-tuples = "0.2.2"
log = { version = "0.4.17", optional = true }
wasmi = { version = "0.13", optional = true }
wasmtime = { version = "1.0.0", default-features = false, optional = true }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = [ "std" ]