From b6b4771a6a462e4dac61092fac7ced32b8d504c1 Mon Sep 17 00:00:00 2001 From: Rain Date: Sun, 6 Oct 2024 14:07:06 -0700 Subject: [PATCH] [nextest-runner] version 0.64.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 0c72029e26f..1b2cb9106a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1712,7 +1712,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.63.0" +version = "0.64.0" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index d1408c92c41..7560b2a6e50 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -28,7 +28,7 @@ miette = { workspace = true, features = ["fancy"] } # to avoid compatibility issues. nextest-filtering = { version = "=0.12.0", path = "../nextest-filtering" } nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" } -nextest-runner = { version = "=0.63.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.64.0", path = "../nextest-runner" } nextest-workspace-hack.workspace = true once_cell.workspace = true owo-colors.workspace = true diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 684cd4f744b..dad76a53b24 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.63.0" +version = "0.64.0" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"