mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-core-hashing"
|
||||
version = "4.0.0"
|
||||
version = "5.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -19,7 +19,7 @@ digest = { version = "0.10.3", default-features = false }
|
||||
sha2 = { version = "0.10.2", default-features = false }
|
||||
sha3 = { version = "0.10.0", default-features = false }
|
||||
twox-hash = { version = "1.6.3", default-features = false, features = ["digest_0_10"] }
|
||||
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"]
|
||||
|
||||
@@ -19,4 +19,4 @@ proc-macro = true
|
||||
proc-macro2 = "1.0.37"
|
||||
quote = "1.0.6"
|
||||
syn = { version = "1.0.98", features = ["full", "parsing"] }
|
||||
sp-core-hashing = { version = "4.0.0", default-features = false, path = "../" }
|
||||
sp-core-hashing = { version = "5.0.0", default-features = false, path = "../" }
|
||||
|
||||
Reference in New Issue
Block a user