1.65 changes and clippy fixes

This commit is contained in:
Anton-4 2023-01-17 18:09:16 +01:00
parent 8f62eeaf7e
commit a97c53d7ca
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
17 changed files with 37 additions and 19 deletions

View file

@ -764,7 +764,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-08-06", "cargo"]);
cmd.args(["run", "nightly-2022-09-17", "cargo"]);
cmd
} else {