Bootstrap from the 1.25 beta

This commit is contained in:
Mark Simulacrum 2018-02-18 16:50:53 -07:00
parent 27a046e933
commit 24b485b918
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ use Build;
use config::Config; use config::Config;
// The version number // The version number
pub const CFG_RELEASE_NUM: &str = "1.25.0"; pub const CFG_RELEASE_NUM: &str = "1.26.0";
pub struct GitInfo { pub struct GitInfo {
inner: Option<Info>, inner: Option<Info>,

View File

@ -12,7 +12,7 @@
# source tarball for a stable release you'll likely see `1.x.0` for rustc and # source tarball for a stable release you'll likely see `1.x.0` for rustc and
# `0.x.0` for Cargo where they were released on `date`. # `0.x.0` for Cargo where they were released on `date`.
date: 2018-01-02 date: 2018-02-20
rustc: beta rustc: beta
cargo: beta cargo: beta