Skip to content

Commit 9e5fb40

Browse files
1.45.1 release
1 parent 5c1f21c commit 9e5fb40

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 1.45.1 (2020-07-30)
2+
==========================
3+
4+
* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
5+
* [Avoid spurious implicit region bound.][74509]
6+
* [Install clippy on x.py install][74457]
7+
8+
[73078]: https://github.com/rust-lang/rust/issues/73078
9+
[74509]: https://github.com/rust-lang/rust/pull/74509
10+
[74457]: https://github.com/rust-lang/rust/pull/74457
11+
112
Version 1.45.0 (2020-07-16)
213
==========================
314

src/bootstrap/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use build_helper::output;
1313
use crate::Build;
1414

1515
// The version number
16-
pub const CFG_RELEASE_NUM: &str = "1.45.0";
16+
pub const CFG_RELEASE_NUM: &str = "1.45.1";
1717

1818
pub struct GitInfo {
1919
inner: Option<Info>,

0 commit comments

Comments
 (0)