diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-07-20 08:58:10 -0400 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2020-07-30 11:36:14 -0700 |
| commit | e1e01f72a5e5f4ebcf455a2df72781aa1cbb2016 (patch) | |
| tree | 66e51dfa1ee2fa6251a4347b03448c6d2df595ac | |
| parent | 6b09c37ddc240e25748e53d7a8f81f252def6dee (diff) | |
| download | rust-e1e01f72a5e5f4ebcf455a2df72781aa1cbb2016.tar.gz rust-e1e01f72a5e5f4ebcf455a2df72781aa1cbb2016.zip | |
1.45.1 release
(cherry picked from commit 9e5fb40807f97fe47d2eaca99daeb1f1f6ff07a7)
| -rw-r--r-- | RELEASES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index f36cdee0975..fec48b04361 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) ========================== |
