mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Merge pull request #5324 from roc-lang/rust_version_upgrade
WIP Rust version upgrade
This commit is contained in:
commit
ff6ec21a09
37 changed files with 682 additions and 712 deletions
|
@ -636,7 +636,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-2022-10-30", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue