v3 release version strings and track stable (#11680)
Co-authored-by: Denis Granha <denis@gnosis.io>
This commit is contained in:
parent
28207a83ac
commit
44f088bb47
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3113,7 +3113,7 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openethereum"
|
name = "openethereum"
|
||||||
version = "3.0.0-alpha.1"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"atty",
|
"atty",
|
||||||
@ -3562,7 +3562,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parity-version"
|
name = "parity-version"
|
||||||
version = "3.0.0-alpha.1"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-bytes",
|
"parity-bytes",
|
||||||
"rlp",
|
"rlp",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
description = "OpenEthereum"
|
description = "OpenEthereum"
|
||||||
name = "openethereum"
|
name = "openethereum"
|
||||||
# NOTE Make sure to update util/version/Cargo.toml as well
|
# NOTE Make sure to update util/version/Cargo.toml as well
|
||||||
version = "3.0.0-alpha.1"
|
version = "3.0.0"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
authors = [
|
authors = [
|
||||||
"OpenEthereum developers",
|
"OpenEthereum developers",
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "parity-version"
|
name = "parity-version"
|
||||||
# NOTE: this value is used for the OpenEthereum version string (via env CARGO_PKG_VERSION)
|
# NOTE: this value is used for the OpenEthereum version string (via env CARGO_PKG_VERSION)
|
||||||
version = "3.0.0-alpha.1"
|
version = "3.0.0"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
# This versions track. Should be changed to `stable` when on respective branches.
|
# This versions track. Should be changed to `stable` when on respective branches.
|
||||||
# Used by auto-updater and for the OpenEthereum version string.
|
# Used by auto-updater and for the OpenEthereum version string.
|
||||||
track = "nightly"
|
track = "stable"
|
||||||
|
|
||||||
# Network specific settings, used ONLY by auto-updater.
|
# Network specific settings, used ONLY by auto-updater.
|
||||||
# Latest supported fork blocks.
|
# Latest supported fork blocks.
|
||||||
|
Loading…
Reference in New Issue
Block a user