Prepping release of alpha.6 (#5629)

* bumping version

* cargo update

* adding changelog
This commit is contained in:
Benjamin Kampmann
2020-04-14 21:41:49 +02:00
committed by GitHub
parent 889a9763dd
commit 51f9bb3c0e
177 changed files with 2307 additions and 2271 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-phragmen"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
@@ -8,17 +8,20 @@ homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Phragmen primitives"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../std" }
sp-runtime = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/runtime" }
sp-phragmen-compact = { version = "2.0.0-alpha.4", path = "./compact" }
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../std" }
sp-runtime = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/runtime" }
sp-phragmen-compact = { version = "2.0.0-dev.1", path = "./compact" }
[dev-dependencies]
substrate-test-utils = { version = "2.0.0-alpha.5", path = "../../test-utils" }
substrate-test-utils = { version = "2.0.0-alpha.6", path = "../../test-utils" }
rand = "0.7.3"
sp-phragmen = { path = "." }
sp-phragmen = { path = "." , version = "2.0.0-alpha.6"}
[features]
default = ["std"]
@@ -29,6 +32,3 @@ std = [
"sp-std/std",
"sp-runtime/std",
]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
@@ -1,6 +1,6 @@
[package]
name = "sp-phragmen-compact"
version = "2.0.0-dev"
version = "2.0.0-dev.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
@@ -8,6 +8,9 @@ homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Phragmen Compact Solution"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
proc-macro = true
@@ -16,6 +19,3 @@ syn = { version = "1.0.7", features = ["full", "visit"] }
quote = "1.0"
proc-macro2 = "1.0.6"
proc-macro-crate = "0.1.4"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]