We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bd934 commit 6a400eeCopy full SHA for 6a400ee
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.41.0";
+pub const CFG_RELEASE_NUM: &str = "1.42.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.0` for Cargo where they were released on `date`.
-date: 2019-11-06
+date: 2019-12-18
rustc: beta
cargo: beta
0 commit comments