mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
upgrade to rust 1.75.0
This commit is contained in:
parent
e26ef8abf9
commit
4d9202ec6e
8 changed files with 11 additions and 11 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-10-01", "cargo"]);
|
||||
cmd.args(["run", "nightly-2023-11-11", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue