diff --git a/Cargo.lock b/Cargo.lock index 6189591ad50..a2ba4e0b424 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1803,7 +1803,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.69.0-b.3" +version = "0.69.0-b.4" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 2dd8c867e21..0373cd5f772 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -26,7 +26,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.69.0-b.3", path = "../nextest-runner" } +nextest-runner = { version = "=0.69.0-b.4", 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 1212275f133..ebba1da8675 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.69.0-b.3" +version = "0.69.0-b.4" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"