diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-07-30 16:12:02 -0400 |
|---|---|---|
| committer | Jonas Schievink <jonas.schievink@ferrous-systems.com> | 2020-07-31 17:47:33 +0200 |
| commit | f173a4b8ecb1f7673e9f5df19dd2f9287f461364 (patch) | |
| tree | 2037af3569374af0e2eae0fb97472f187d35b432 | |
| parent | 62f9aa94c0d0312544589bed78679d85646d4e62 (diff) | |
| download | rust-f173a4b8ecb1f7673e9f5df19dd2f9287f461364.tar.gz rust-f173a4b8ecb1f7673e9f5df19dd2f9287f461364.zip | |
1.45.2 release notes
| -rw-r--r-- | RELEASES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index b47f64d2faf..4859532f7a1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,12 @@ +Version 1.45.2 (2020-08-03) +========================== + +* [Fix bindings in tuple struct patterns][74954] +* [Fix track_caller integration with trait objects][74784] + +[74954]: https://github.com/rust-lang/rust/issues/74954 +[74784]: https://github.com/rust-lang/rust/issues/74784 + Version 1.45.1 (2020-07-30) ========================== |
