Skip to content

Commit 225fbd5

Browse files
denobotbartlomieju
andauthored
2.2.11 (#28956)
Bumped versions for 2.2.11 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
1 parent b60ea30 commit 225fbd5

File tree

42 files changed

+125
-112
lines changed

Some content is hidden

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

42 files changed

+125
-112
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 = 52;
8+
const cacheVersion = 53;
99

1010
const ubuntuX86Runner = "ubuntu-24.04";
1111
const ubuntuX86XlRunner = "ubuntu-24.04-xl";

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ jobs:
184184
~/.cargo/registry/index
185185
~/.cargo/registry/cache
186186
~/.cargo/git/db
187-
key: '52-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
188-
restore-keys: '52-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
187+
key: '53-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
188+
restore-keys: '53-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
189189
if: '!(matrix.skip)'
190190
- uses: dsherret/rust-toolchain-file@v1
191191
if: '!(matrix.skip)'
@@ -381,7 +381,7 @@ jobs:
381381
!./target/*/*.zip
382382
!./target/*/*.tar.gz
383383
key: never_saved
384-
restore-keys: '52-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
384+
restore-keys: '53-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
385385
- name: Apply and update mtime cache
386386
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
387387
uses: ./.github/mtime_cache
@@ -718,7 +718,7 @@ jobs:
718718
!./target/*/gn_root
719719
!./target/*/*.zip
720720
!./target/*/*.tar.gz
721-
key: '52-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
721+
key: '53-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
722722
wasm:
723723
name: build wasm32
724724
needs:

Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)