File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
Version 1.45.0 (2020-07-16)
2
13
==========================
3
14
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use build_helper::output;
13
13
use crate :: Build ;
14
14
15
15
// The version number
16
- pub const CFG_RELEASE_NUM : & str = "1.45.0 " ;
16
+ pub const CFG_RELEASE_NUM : & str = "1.45.1 " ;
17
17
18
18
pub struct GitInfo {
19
19
inner : Option < Info > ,
You can’t perform that action at this time.
0 commit comments