mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
upgrade to rust 1.70.0
This commit is contained in:
parent
ee6ed7dcc0
commit
f2137c90ab
10 changed files with 24 additions and 22 deletions
|
@ -530,7 +530,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-12-09", "cargo"]);
|
||||
cmd.args(["run", "nightly-2023-04-15", "cargo"]);
|
||||
|
||||
cmd
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue