mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
1.72.1->1.73.0
This commit is contained in:
parent
93884e3a5e
commit
e6e708360c
7 changed files with 9 additions and 9 deletions
|
@ -523,7 +523,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-07-09", "cargo"]);
|
||||
cmd.args(["run", "nightly-2023-08-20", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue