From 3091e5e932a25e2d0967c3bec82021146d1843d8 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Sun, 22 Feb 2026 19:45:33 +0100 Subject: [PATCH] =?UTF-8?q?fix=20CI:=20bump=20Rust=201.88=E2=86=921.93=20(?= =?UTF-8?q?lockfile=20v4=20requires=20newer=20cargo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cargo.lock version=4 format is not supported by older Rust toolchains. Pin to 1.93 to match local dev toolchain and lockfile format. --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/supply-chain-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f232813..b2cdb45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ env: --remap-path-prefix /home/runner/work=src --remap-path-prefix /home/runner/.cargo/registry/src=crate --remap-path-prefix /home/runner/.rustup=rustup - RUST_TOOLCHAIN: "1.88" + RUST_TOOLCHAIN: "1.93" SOURCE_DATE_EPOCH: "0" CARGO_INCREMENTAL: "0" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 118469a..221cc9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ env: --remap-path-prefix /home/runner/work=src --remap-path-prefix /home/runner/.cargo/registry/src=crate --remap-path-prefix /home/runner/.rustup=rustup - RUST_TOOLCHAIN: "1.88" + RUST_TOOLCHAIN: "1.93" SOURCE_DATE_EPOCH: "0" CARGO_INCREMENTAL: "0" diff --git a/.github/workflows/supply-chain-test.yml b/.github/workflows/supply-chain-test.yml index 0869696..69f3370 100644 --- a/.github/workflows/supply-chain-test.yml +++ b/.github/workflows/supply-chain-test.yml @@ -13,7 +13,7 @@ env: --remap-path-prefix /home/runner/work=src --remap-path-prefix /home/runner/.cargo/registry/src=crate --remap-path-prefix /home/runner/.rustup=rustup - RUST_TOOLCHAIN: "1.88" + RUST_TOOLCHAIN: "1.93" SOURCE_DATE_EPOCH: "0" CARGO_INCREMENTAL: "0"