We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bc0bf commit 1a4e4d9Copy full SHA for 1a4e4d9
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.39.0";
+pub const CFG_RELEASE_NUM: &str = "1.40.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-08-13
+date: 2019-09-25
rustc: beta
cargo: beta
0 commit comments