File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ Version 1.62.1 (2022-07-19)
2+ ==========================
3+
4+ Rust 1.62.1 addresses a few recent regressions in the compiler and standard
5+ library, and also mitigates a CPU vulnerability on Intel SGX.
6+
7+ * [The compiler fixed unsound function coercions involving `impl Trait` return types.][98608]
8+ * [The compiler fixed an incremental compilation bug with `async fn` lifetimes.][98890]
9+ * [Windows added a fallback for overlapped I/O in synchronous reads and writes.][98950]
10+ * [The `x86_64-fortanix-unknown-sgx` target added a mitigation for the
11+ MMIO stale data vulnerability][98126], advisory [INTEL-SA-00615].
12+
13+ [98608]: https://github.com/rust-lang/rust/issues/98608
14+ [98890]: https://github.com/rust-lang/rust/issues/98890
15+ [98950]: https://github.com/rust-lang/rust/pull/98950
16+ [98126]: https://github.com/rust-lang/rust/pull/98126
17+ [INTEL-SA-00615]: https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html
18+
119Version 1.62.0 (2022-06-30)
220==========================
321
Original file line number Diff line number Diff line change 1- 1.62.0
1+ 1.62.1
You can’t perform that action at this time.
0 commit comments