bump version to 1.48

This commit is contained in:
Pietro Albini 2020-08-26 10:16:59 +02:00
parent 2fe9a33659
commit e88d79ca41
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
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.47.0";
pub const CFG_RELEASE_NUM: &str = "1.48.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+1).0` for Cargo where they were released on `date`.
date: 2020-07-16
date: 2020-08-26
rustc: beta
cargo: beta