From 252baeb8a4b11cc9b9bf4e4ce2f4bea4a07d4be7 Mon Sep 17 00:00:00 2001 From: Quentin Monnet Date: Thu, 14 Mar 2024 09:38:50 +0000 Subject: [PATCH] .appveyor.yml: Update Rust version I'd like to avoid pinning Rust to a specific version in Appveyor. This is less deterministic for the tests, but because we don't run them often anyway we want to use up-to-date versions when we do. And this would be consistent with the Linux workflows. However, I haven't found a way to pass a "stable" channel to the workflow, if using "stable" it fails to download the computed .msi name (as [0]) which doesn't exist. Looking at the download page [1], there's indeed no such channel name, and packages for the stable releases use a version number. So we just bump the version to the current Rust stable in this commit. [0] https://static.rust-lang.org/dist/rust-stable-x86_64-pc-windows-msvc.msi [1] https://forge.rust-lang.org/infra/other-installation-methods.html Signed-off-by: Quentin Monnet --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8c5b6889..c8ea114a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,7 @@ platform: environment: matrix: - TOOLCHAIN_VERSION: 14.0 - RUST: 1.64.0 + RUST: 1.76.0 - TOOLCHAIN_VERSION: 14.0 RUST: beta - TOOLCHAIN_VERSION: 14.0