From a6c85fb174859614a63eb64cb241111047dad69c Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 12 Dec 2024 00:02:00 +0000 Subject: [PATCH] [cargo-nextest] version 0.9.86-b.4 --- Cargo.lock | 2 +- cargo-nextest/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2ba4e0b424..f604ce3d847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "cargo-nextest" -version = "0.9.86-b.3" +version = "0.9.86-b.4" dependencies = [ "camino", "camino-tempfile", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 0373cd5f772..5b273e209ff 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-nextest" description = "A next-generation test runner for Rust." -version = "0.9.86-b.3" +version = "0.9.86-b.4" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/nextest-rs/nextest"