We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe9a33 commit e88d79cCopy full SHA for e88d79c
src/bootstrap/channel.rs
@@ -13,7 +13,7 @@ use build_helper::output;
13
use crate::Build;
14
15
// The version number
16
-pub const CFG_RELEASE_NUM: &str = "1.47.0";
+pub const CFG_RELEASE_NUM: &str = "1.48.0";
17
18
pub struct GitInfo {
19
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
# `0.(x+1).0` for Cargo where they were released on `date`.
-date: 2020-07-16
+date: 2020-08-26
rustc: beta
cargo: beta
0 commit comments