diff --git a/Cargo.lock b/Cargo.lock index 33ade5a3547..274bd2653cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1854,7 +1854,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.74.0" +version = "0.75.0" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 2254ca4344b..6e95e311c21 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.15.0", path = "../nextest-filtering" } nextest-metadata = { version = "=0.12.2", path = "../nextest-metadata" } -nextest-runner = { version = "=0.74.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.75.0", path = "../nextest-runner" } nextest-workspace-hack.workspace = true owo-colors.workspace = true pathdiff.workspace = true diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index e86c832c5fd..d9d74de334a 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.74.0" +version = "0.75.0" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"