From d0f717adb910a47967545bc54f26ce015aede751 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 14 Oct 2025 07:52:24 +0200 Subject: [PATCH] Restore default rust version for windows --- .github/workflows/artifacts.yml | 6 +----- CHANGELOG.md | 2 +- RELEASE.md | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 06afaee..9590a7f 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -67,7 +67,7 @@ jobs: mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ntldd-git -# mingw-w64-ucrt-x86_64-rust + mingw-w64-ucrt-x86_64-rust - name: Build libcodex (Linux and MacOS) if: matrix.target.os != 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true' @@ -79,10 +79,6 @@ jobs: if: matrix.target.os == 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true' shell: msys2 {0} run: | - curl -LO https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-rust-1.85.0-1-any.pkg.tar.zst - pacman -U --noconfirm mingw-w64-ucrt-x86_64-rust-1.85.0-1-any.pkg.tar.zst - rustc --version - cargo --version pacman -Sy --noconfirm make git config --global core.symlinks false make update diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9baba..305935e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.0.12 (2025-10-13) +## v0.0.13 (2025-10-14) ### Notes - Fix Rust version during build diff --git a/RELEASE.md b/RELEASE.md index 2a27cdf..90d824f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -## v0.0.12 (2025-10-13) +## v0.0.13 (2025-10-14) ### Notes - Fix Rust version during build \ No newline at end of file