Skip to content

Commit 8182801

Browse files
1.68.1 release
1 parent 7bce15d commit 8182801

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 1.68.1 (2023-03-23)
2+
===========================
3+
4+
- [Fix miscompilation in produced Windows MSVC artifacts](https://github.com/rust-lang/rust/pull/109094)
5+
This was introduced by enabling ThinLTO for the distributed rustc which led
6+
to miscompilations in the resulting binary. Currently this is believed to be
7+
limited to the -Zdylib-lto flag used for rustc compilation, rather than a
8+
general bug in ThinLTO, so only rustc artifacts should be affected.
9+
- [Fix --enable-local-rust builds](https://github.com/rust-lang/rust/pull/109111/)
10+
- [Treat `$prefix-clang` as `clang` in linker detection code](https://github.com/rust-lang/rust/pull/109156)
11+
- [Fix panic in compiler code](https://github.com/rust-lang/rust/pull/108162)
12+
113
Version 1.68.0 (2023-03-09)
214
==========================
315

src/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.68.0
1+
1.68.1

0 commit comments

Comments
 (0)