upgrade to rust 1.76.0

This commit is contained in:
Anton-4 2024-04-15 19:20:07 +02:00
parent 8502a37b3c
commit a7b843743d
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
8 changed files with 11 additions and 11 deletions

View file

@ -526,7 +526,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-11-11", "cargo"]);
cmd.args(["run", "nightly-2023-12-21", "cargo"]);
cmd
} else {