Skip to content

Commit 1876676

Browse files
authored
build: update nixpkgs 25.05 (#250)
1 parent b0565c2 commit 1876676

File tree

8 files changed

+317
-235
lines changed

8 files changed

+317
-235
lines changed

.cspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ words:
1818
- msrv
1919
- nextest
2020
- nixpkgs
21+
- pkgs
2122
- powerset
2223
- rustc
2324
- rustdoc

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
toolchain: ${{ matrix.toolchain.version }}
4444

4545
- name: Install just, nextest
46-
uses: taiki-e/install-action@v2.52.4
46+
uses: taiki-e/install-action@v2.54.3
4747
with:
4848
tool: just,nextest
4949

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
components: llvm-tools-preview
2424

2525
- name: Install just & cargo-llvm-cov
26-
uses: taiki-e/install-action@v2.52.4
26+
uses: taiki-e/install-action@v2.54.3
2727
with:
2828
tool: just,cargo-llvm-cov
2929

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
components: clippy
2929

3030
- name: Install just & cargo-hack
31-
uses: taiki-e/install-action@v2.52.4
31+
uses: taiki-e/install-action@v2.54.3
3232
with:
3333
tool: just,cargo-hack
3434

0 commit comments

Comments
 (0)