mirror of
https://github.com/marcoallegretti/karapace.git
synced 2026-03-26 21:43:09 +00:00
fix CI: bump Rust 1.88→1.93 (lockfile v4 requires newer cargo)
Cargo.lock version=4 format is not supported by older Rust toolchains. Pin to 1.93 to match local dev toolchain and lockfile format.
This commit is contained in:
parent
3e4f2597c5
commit
3091e5e932
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
2
.github/workflows/supply-chain-test.yml
vendored
2
.github/workflows/supply-chain-test.yml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue