From 7cac9958a4fc9301abd4a2c5ab91b7846b5b0b9d Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 28 Aug 2024 14:29:23 -0700 Subject: [PATCH] [nextest-runner] version 0.60.0 --- Cargo.lock | 2 +- cargo-nextest/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30283da08b9..da41a9372b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1702,7 +1702,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.59.0" +version = "0.60.0" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index d616a41c315..2405ec5948d 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4.22" itertools = "0.13.0" miette = { workspace = true, features = ["fancy"] } nextest-filtering = { version = "=0.12.0", path = "../nextest-filtering" } -nextest-runner = { version = "=0.59.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.60.0", path = "../nextest-runner" } nextest-metadata = { version = "=0.12.0", path = "../nextest-metadata" } once_cell = "1.19.0" owo-colors.workspace = true diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 5cedcac75cc..23f5e6a56d4 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nextest-runner" description = "Core runner logic for cargo nextest." -version = "0.59.0" +version = "0.60.0" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"