Skip to content

Commit 51d448d

Browse files
denobotbartlomieju
andcommitted
2.1.9 (#27886)
Bumped versions for 2.1.9 --------- Co-authored-by: bartlomieju <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent bac8171 commit 51d448d

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

+117
-112
lines changed

.github/workflows/ci.generate.ts

+1-1
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 = 38;
8+
const cacheVersion = 39;
99

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

.github/workflows/ci.yml

+4-4
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: '38-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
188-
restore-keys: '38-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
187+
key: '39-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
188+
restore-keys: '39-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
189189
if: '!(matrix.skip)'
190190
- uses: dsherret/rust-toolchain-file@v1
191191
if: '!(matrix.skip)'
@@ -377,7 +377,7 @@ jobs:
377377
!./target/*/*.zip
378378
!./target/*/*.tar.gz
379379
key: never_saved
380-
restore-keys: '38-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
380+
restore-keys: '39-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
381381
- name: Apply and update mtime cache
382382
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
383383
uses: ./.github/mtime_cache
@@ -693,7 +693,7 @@ jobs:
693693
!./target/*/gn_root
694694
!./target/*/*.zip
695695
!./target/*/*.tar.gz
696-
key: '38-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
696+
key: '39-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
697697
wasm:
698698
name: build wasm32
699699
needs:

Cargo.lock

+36-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)