Skip to content

Commit

Permalink
Bump nextest to v0.9.92
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Feb 28, 2025
1 parent f54fe63 commit f72a985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# Install cargo nextest command
- uses: taiki-e/install-action@e03236526ace47fa2e04bebcfc6da471ebd4690c # pin v2.49.0
with:
tool: nextest@0.9.54, wasm-pack@0.12.1, cargo-deny@0.15.0
tool: nextest@0.9.92, wasm-pack@0.12.1, cargo-deny@0.15.0

- name: Categorize workspace crates
id: crates
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
# Install cargo nextest command
- uses: taiki-e/install-action@e03236526ace47fa2e04bebcfc6da471ebd4690c # pin v2.49.0
with:
tool: nextest@0.9.54
tool: nextest@0.9.92

- name: Check rust agnostic codebase
shell: bash -ex {0}
Expand Down
2 changes: 1 addition & 1 deletion misc/versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ poetry = "1.5.1"
node = "18.12.0"
wasm-pack = "0.12.1"
parsec = "3.3.1-a.0+dev"
nextest = "0.9.54"
nextest = "0.9.92"
license = "BUSL-1.1"
postgres = "14.10"
winfsp = "2.0.23075"
Expand Down

0 comments on commit f72a985

Please sign in to comment.