a7887fa9f1
* ethcore: postpone Kovan hard fork * util: update version fork metadata
36 lines
958 B
TOML
36 lines
958 B
TOML
# NOTE This file is used by the auto-updater service.
|
|
# Make sure to update the service if it's moved or the structure is changed.
|
|
[package]
|
|
name = "parity-version"
|
|
# NOTE: this value is used for Parity version string (via env CARGO_PKG_VERSION)
|
|
version = "1.11.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[package.metadata]
|
|
# This versions track. Should be changed to `stable` or `beta` when on respective branches.
|
|
# Used by auto-updater and for Parity version string.
|
|
track = "nightly"
|
|
|
|
# Indicates a critical release in this track (i.e. consensus issue)
|
|
critical = true
|
|
|
|
# Latest supported fork blocks for various networks. Used ONLY by auto-updater.
|
|
[package.metadata.forks]
|
|
foundation = 4370000
|
|
ropsten = 10
|
|
kovan = 6600000
|
|
|
|
[dependencies]
|
|
ethcore-bytes = { path = "../bytes" }
|
|
rlp = { path = "../rlp" }
|
|
target_info = "0.1"
|
|
|
|
[build-dependencies]
|
|
vergen = "0.1"
|
|
rustc_version = "0.2.0"
|
|
toml = "0.4"
|
|
|
|
[features]
|
|
final = []
|