v1.8.0 in beta
This commit is contained in:
parent
7472bc3570
commit
0085d6a47b
@ -12,7 +12,7 @@ rustc_version = "0.1"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
parity-ui-dev = { path = "../../js", optional = true }
|
parity-ui-dev = { path = "../../js", optional = true }
|
||||||
# This is managed by the js/scripts/release.sh script on CI - keep it in a single line
|
# This is managed by the js/scripts/release.sh script on CI - keep it in a single line
|
||||||
parity-ui-precompiled = { git = "https://github.com/paritytech/js-precompiled.git", optional = true, branch = "master" }
|
parity-ui-precompiled = { git = "https://github.com/paritytech/js-precompiled.git", optional = true, branch = "beta" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
no-precompiled-js = ["parity-ui-dev"]
|
no-precompiled-js = ["parity-ui-dev"]
|
||||||
|
@ -24,7 +24,7 @@ include!(concat!(env!("OUT_DIR"), "/version.rs"));
|
|||||||
include!(concat!(env!("OUT_DIR"), "/rustc_version.rs"));
|
include!(concat!(env!("OUT_DIR"), "/rustc_version.rs"));
|
||||||
|
|
||||||
#[cfg(feature = "final")]
|
#[cfg(feature = "final")]
|
||||||
const THIS_TRACK: &'static str = "nightly";
|
const THIS_TRACK: &'static str = "beta";
|
||||||
// ^^^ should be reset to "stable" or "beta" according to the release branch.
|
// ^^^ should be reset to "stable" or "beta" according to the release branch.
|
||||||
|
|
||||||
#[cfg(not(feature = "final"))]
|
#[cfg(not(feature = "final"))]
|
||||||
|
Loading…
Reference in New Issue
Block a user