mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
downgrade to 1.66.1
going from 1.66.1 to 1.67.1 causes a segemntation fault in a wasm test, I expect because the size of Stmt and Expr have changed with that version.
This commit is contained in:
parent
3aa41f65c1
commit
85dce119c7
8 changed files with 17 additions and 16 deletions
|
@ -629,7 +629,7 @@ pub fn rebuild_host(
|
|||
// on windows, we need the nightly toolchain so we can use `-Z export-executable-symbols`
|
||||
// using `+nightly` only works when running cargo through rustup
|
||||
let mut cmd = rustup();
|
||||
cmd.args(["run", "nightly-2023-01-22", "cargo"]);
|
||||
cmd.args(["run", "nightly-2022-10-30", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue