1.45.1 release

This commit is contained in:
Mark Rousskov 2020-07-20 08:58:10 -04:00
parent 5c1f21c3b8
commit 9e5fb40807
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
Version 1.45.1 (2020-07-30)
==========================
* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
* [Avoid spurious implicit region bound.][74509]
* [Install clippy on x.py install][74457]
[73078]: https://github.com/rust-lang/rust/issues/73078
[74509]: https://github.com/rust-lang/rust/pull/74509
[74457]: https://github.com/rust-lang/rust/pull/74457
Version 1.45.0 (2020-07-16)
==========================

View file

@ -13,7 +13,7 @@
use crate::Build;
// The version number
pub const CFG_RELEASE_NUM: &str = "1.45.0";
pub const CFG_RELEASE_NUM: &str = "1.45.1";
pub struct GitInfo {
inner: Option<Info>,