switch to rust 1.67

This commit is contained in:
Anton-4 2023-04-29 19:56:44 +02:00 committed by Folkert
parent b2ce9d1cc6
commit 72c85efc83
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 12 additions and 12 deletions

View file

@ -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-10-30", "cargo"]);
cmd.args(["run", "nightly-2022-12-09", "cargo"]);
cmd
} else {