Skip to content

Commit 9463949

Browse files
dongcarlCalebKierum
authored andcommitted
rustlib: Use rust 1.83.0
One of the many Apple build changes madsmtm introduced in rustc v1.82.0..v1.83.0 fixes linker issues when cross compiling from macOS to iOS. Likely candidates: - rust-lang/rust#130435 - rust-lang/rust#131016
1 parent d9ec653 commit 9463949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustlib/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.80.1"
2+
channel = "1.83.0"
33
components = [ "rustfmt" ]

0 commit comments

Comments
 (0)