mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
switch to rust 1.67
This commit is contained in:
parent
b2ce9d1cc6
commit
72c85efc83
7 changed files with 12 additions and 12 deletions
|
@ -530,7 +530,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-2022-10-30", "cargo"]);
|
||||
cmd.args(["run", "nightly-2022-12-09", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue