mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
rust 1.77 upgrade
This commit is contained in:
parent
5c45cc9c3e
commit
d16409552c
9 changed files with 15 additions and 15 deletions
|
@ -526,7 +526,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-12-21", "cargo"]);
|
||||
cmd.args(["run", "nightly-2024-02-03", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue