diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-02-10 06:09:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 06:09:58 +0100 |
| commit | dd5e4ade6ed6c6e85ceba77699a8f103a31cc767 (patch) | |
| tree | 6934a3f5c40fabc1a4647b5fc7ba5c4dca87eab7 | |
| parent | d4d1c937302d034a5df8cfe860c7ae47f5170d28 (diff) | |
| parent | 6e1a28b55093ec03ad15da1e80f3205d0b2223f6 (diff) | |
| download | rust-dd5e4ade6ed6c6e85ceba77699a8f103a31cc767.tar.gz rust-dd5e4ade6ed6c6e85ceba77699a8f103a31cc767.zip | |
Rollup merge of #107861 - cuviper:relnotes-1.67.1, r=Mark-Simulacrum
Sync release notes for 1.67.1 Closes #107859.
| -rw-r--r-- | RELEASES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index a63d4e8a043..00d0171de6d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,10 @@ +Version 1.67.1 (2023-02-09) +=========================== + +- [Fix interoperability with thin archives.](https://github.com/rust-lang/rust/pull/107360) +- [Fix an internal error in the compiler build process.](https://github.com/rust-lang/rust/pull/105624) +- [Downgrade `clippy::uninlined_format_args` to pedantic.](https://github.com/rust-lang/rust-clippy/pull/10265) + Version 1.67.0 (2023-01-26) ========================== |
