Backports to 2.0.6 stable (#9600)

This commit is contained in:
Afri Schoedon
2018-09-19 20:28:36 +02:00
committed by GitHub
parent de974fe954
commit 549e202fc1
3 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
[package]
name = "parity-version"
# NOTE: this value is used for Parity version string (via env CARGO_PKG_VERSION)
version = "2.0.5"
version = "2.0.6"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
@@ -16,9 +16,9 @@ track = "stable"
# Latest supported fork blocks.
# Indicates a critical release in this track (i.e. consensus issue).
[package.metadata.networks]
foundation = { forkBlock = 4370000, critical = true }
ropsten = { forkBlock = 10, critical = true }
kovan = { forkBlock = 6600000, critical = true }
foundation = { forkBlock = 4370000, critical = false }
ropsten = { forkBlock = 10, critical = false }
kovan = { forkBlock = 6600000, critical = false }
[dependencies]
parity-bytes = { git = "https://github.com/paritytech/parity-common" }