Skip to content

Commit c46d04c

Browse files
committed
Bump Rust toolchain to 1.41.0
Rust 1.41.0 uses the upstream LLVM backend to build emscripten targets. This enables upgrading the `emscripten-toolchain` for building mruby to the latest upstream compiler. This replaces the fastcomp compiler dependency which had some optimizer bugs that caused crashes when compiling debug builds. (Debug builds still do not work - `regex_automata` segfaults rustc - see rust-lang/rust#69364.
1 parent c2931b2 commit c46d04c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

emscripten-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.38.48-fastcomp
1+
1.39.8-upstream

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.37.0
1+
1.41.0

0 commit comments

Comments
 (0)