mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 08:57:56 +00:00
Release sp-core 4.0.0 (#10447)
* Bump versions of sp-core and dependencies to v4.0.0 * Update references from `4.0.0-dev` –> `4.0.0` * Funny whitespace * Funny whitespace 2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-core-hashing"
|
||||
version = "4.0.0-dev"
|
||||
version = "4.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sp-core-hashing"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-std = { version = "4.0.0-dev", default-features = false, path = "../../std" }
|
||||
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
|
||||
byteorder = { version = "1.3.2", default-features = false }
|
||||
|
||||
blake2-rfc = { version = "0.2.18", default-features = false }
|
||||
|
||||
@@ -19,4 +19,4 @@ proc-macro = true
|
||||
syn = { version = "1.0.81", features = ["full", "parsing"] }
|
||||
quote = "1.0.6"
|
||||
proc-macro2 = "1.0.29"
|
||||
sp-core-hashing = { version = "4.0.0-dev", path = "../", default-features = false }
|
||||
sp-core-hashing = { version = "4.0.0", path = "../", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user