From f72a985e9fe4ec168fed06323be6f010084ea953 Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Fri, 28 Feb 2025 16:30:39 +0100 Subject: [PATCH] Bump nextest to v0.9.92 --- .github/workflows/ci-rust.yml | 4 ++-- misc/versions.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index f9e87b6be31..657b17abba0 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -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 @@ -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} diff --git a/misc/versions.toml b/misc/versions.toml index fec6a568c1d..cc3c1818e68 100644 --- a/misc/versions.toml +++ b/misc/versions.toml @@ -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"