Releasing 2.0.0-alpha.5 (#5340)

* bump pre-version

* Changelog alpha.4->alpha.5

* repo + homepage to sp-consensus-vrf

* Add default rocksdb feature to `frame-benchmarking-cli` (#5367)

* Add default rocksdb feature

* Update Cargo.toml

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Benjamin Kampmann
2020-03-24 15:08:02 +01:00
committed by GitHub
parent 75123f051e
commit ba06d5ef64
167 changed files with 1537 additions and 1523 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-core"
version = "2.0.0-alpha.4"
version = "2.0.0-alpha.5"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
@@ -10,7 +10,7 @@ description = "Shareable Substrate types."
documentation = "https://docs.rs/sp-core"
[dependencies]
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std" }
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../std" }
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false, features = ["derive"] }
log = { version = "0.4.8", default-features = false }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
@@ -29,9 +29,9 @@ num-traits = { version = "0.2.8", default-features = false }
zeroize = { version = "1.0.0", default-features = false }
lazy_static = { version = "1.4.0", default-features = false, optional = true }
parking_lot = { version = "0.10.0", optional = true }
sp-debug-derive = { version = "2.0.0-alpha.4", path = "../debug-derive" }
sp-externalities = { version = "0.8.0-alpha.4", optional = true, path = "../externalities" }
sp-storage = { version = "2.0.0-alpha.4", default-features = false, path = "../storage" }
sp-debug-derive = { version = "2.0.0-alpha.5", path = "../debug-derive" }
sp-externalities = { version = "0.8.0-alpha.5", optional = true, path = "../externalities" }
sp-storage = { version = "2.0.0-alpha.5", default-features = false, path = "../storage" }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
futures = { version = "0.3.1", optional = true }
@@ -45,10 +45,10 @@ hex = { version = "0.4", default-features = false, optional = true }
twox-hash = { version = "1.5.0", default-features = false, optional = true }
libsecp256k1 = { version = "0.3.2", default-features = false, features = ["hmac"], optional = true }
sp-runtime-interface = { version = "2.0.0-alpha.4", default-features = false, path = "../runtime-interface" }
sp-runtime-interface = { version = "2.0.0-alpha.5", default-features = false, path = "../runtime-interface" }
[dev-dependencies]
sp-serializer = { version = "2.0.0-alpha.4", path = "../serializer" }
sp-serializer = { version = "2.0.0-alpha.5", path = "../serializer" }
pretty_assertions = "0.6.1"
hex-literal = "0.2.1"
rand = "0.7.2"