Remove updater

This commit is contained in:
Artem Vorotnikov
2020-08-14 13:24:16 +03:00
parent 194101ed00
commit defd24c40e
43 changed files with 60 additions and 4502 deletions

View File

@@ -34,8 +34,8 @@ mod generated {
}
#[cfg(feature = "final")]
const THIS_TRACK: &'static str = generated::TRACK;
// ^^^ should be reset in Cargo.toml to "stable" or "beta" according to the release branch.
const THIS_TRACK: &'static str = "stable";
// ^^^ should be reset in Cargo.toml to "stable"
#[cfg(not(feature = "final"))]
const THIS_TRACK: &'static str = "unstable";