We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a046e commit 24b485bCopy full SHA for 24b485b
src/bootstrap/channel.rs
@@ -24,7 +24,7 @@ use Build;
24
use config::Config;
25
26
// The version number
27
-pub const CFG_RELEASE_NUM: &str = "1.25.0";
+pub const CFG_RELEASE_NUM: &str = "1.26.0";
28
29
pub struct GitInfo {
30
inner: Option<Info>,
src/stage0.txt
@@ -12,7 +12,7 @@
12
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
13
# `0.x.0` for Cargo where they were released on `date`.
14
15
-date: 2018-01-02
+date: 2018-02-20
16
rustc: beta
17
cargo: beta
18
0 commit comments