Skip to content

Commit 7b74f38

Browse files
denobotbartlomieju
andauthored
2.3.2 (#29320)
Bumped versions for 2.3.2 --------- Co-authored-by: bartlomieju <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent 7e77546 commit 7b74f38

File tree

44 files changed

+228
-118
lines changed

Some content is hidden

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

44 files changed

+228
-118
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 = 55;
8+
const cacheVersion = 56;
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
@@ -187,8 +187,8 @@ jobs:
187187
~/.cargo/registry/index
188188
~/.cargo/registry/cache
189189
~/.cargo/git/db
190-
key: '55-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
191-
restore-keys: '55-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
190+
key: '56-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
191+
restore-keys: '56-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
192192
if: '!(matrix.skip)'
193193
- uses: dsherret/rust-toolchain-file@v1
194194
if: '!(matrix.skip)'
@@ -384,7 +384,7 @@ jobs:
384384
!./target/*/*.zip
385385
!./target/*/*.tar.gz
386386
key: never_saved
387-
restore-keys: '55-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
387+
restore-keys: '56-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
388388
- name: Apply and update mtime cache
389389
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
390390
uses: ./.github/mtime_cache
@@ -770,7 +770,7 @@ jobs:
770770
!./target/*/gn_root
771771
!./target/*/*.zip
772772
!./target/*/*.tar.gz
773-
key: '55-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
773+
key: '56-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
774774
wasm:
775775
name: build wasm32
776776
needs:

Cargo.lock

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

0 commit comments

Comments
 (0)