rust 1.71.1 upgrade

This commit is contained in:
Anton-4 2023-09-26 12:08:16 +02:00
parent 0c7267b801
commit f078204c1f
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
10 changed files with 20 additions and 20 deletions

View file

@ -531,7 +531,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-2023-04-15", "cargo"]);
cmd.args(["run", "nightly-2023-05-28", "cargo"]);
cmd
} else {