mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
rust update, nix update, clippy fixes
This commit is contained in:
parent
32fcb38a94
commit
e784baccce
37 changed files with 289 additions and 244 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-2022-09-17", "cargo"]);
|
||||
cmd.args(["run", "nightly-2023-01-22", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue