Skip to content

Commit b7061b0

Browse files
denobotbartlomieju
andauthored
2.4.5 (#30476)
Bumped versions for 2.4.5 --------- Co-authored-by: bartlomieju <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent 84546d2 commit b7061b0

File tree

51 files changed

+175
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+175
-139
lines changed

.github/workflows/ci.generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { stringify } from "jsr:@std/yaml@^0.221/stringify";
55
// Bump this number when you want to purge the cache.
66
// Note: the tools/release/01_bump_crate_versions.ts script will update this version
77
// automatically via regex, so ensure that this line maintains this format.
8-
const cacheVersion = 70;
8+
const cacheVersion = 71;
99

1010
const ubuntuX86Runner = "ubuntu-24.04";
1111
const ubuntuX86XlRunner = "ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04";

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ jobs:
188188
~/.cargo/registry/index
189189
~/.cargo/registry/cache
190190
~/.cargo/git/db
191-
key: '70-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
192-
restore-keys: '70-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
191+
key: '71-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
192+
restore-keys: '71-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
193193
if: '!(matrix.skip)'
194194
- uses: dsherret/rust-toolchain-file@v1
195195
if: '!(matrix.skip)'
@@ -391,7 +391,7 @@ jobs:
391391
!./target/*/*.zip
392392
!./target/*/*.tar.gz
393393
key: never_saved
394-
restore-keys: '70-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
394+
restore-keys: '71-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
395395
- name: Apply and update mtime cache
396396
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
397397
uses: ./.github/mtime_cache
@@ -772,7 +772,7 @@ jobs:
772772
!./target/*/gn_root
773773
!./target/*/*.zip
774774
!./target/*/*.tar.gz
775-
key: '70-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
775+
key: '71-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
776776
libs:
777777
name: build libs
778778
needs:

0 commit comments

Comments
 (0)