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:
David
2021-12-08 21:06:50 +01:00
committed by GitHub
parent 4b34b041b8
commit 92dc635f3c
172 changed files with 360 additions and 361 deletions
+2 -2
View File
@@ -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 }