Switch version to 1.40

This commit is contained in:
Mark Rousskov 2019-09-25 08:20:32 -04:00
parent c7bc0bf82f
commit 1a4e4d937e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ use build_helper::output;
use crate::Build;
// The version number
pub const CFG_RELEASE_NUM: &str = "1.39.0";
pub const CFG_RELEASE_NUM: &str = "1.40.0";
pub struct GitInfo {
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
# `0.x.0` for Cargo where they were released on `date`.
date: 2019-08-13
date: 2019-09-25
rustc: beta
cargo: beta