mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
1.65 changes and clippy fixes
This commit is contained in:
parent
8f62eeaf7e
commit
a97c53d7ca
17 changed files with 37 additions and 19 deletions
|
@ -764,7 +764,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-08-06", "cargo"]);
|
||||
cmd.args(["run", "nightly-2022-09-17", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue