Skip to content

Commit b9d1af2

Browse files
committed
[nextest-runner] version 0.75.0
1 parent ac51d6d commit b9d1af2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ miette = { workspace = true, features = ["fancy"] }
2828
# to avoid compatibility issues.
2929
nextest-filtering = { version = "=0.15.0", path = "../nextest-filtering" }
3030
nextest-metadata = { version = "=0.12.2", path = "../nextest-metadata" }
31-
nextest-runner = { version = "=0.74.0", path = "../nextest-runner" }
31+
nextest-runner = { version = "=0.75.0", path = "../nextest-runner" }
3232
nextest-workspace-hack.workspace = true
3333
owo-colors.workspace = true
3434
pathdiff.workspace = true

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nextest-runner"
33
description = "Core runner logic for cargo nextest."
4-
version = "0.74.0"
4+
version = "0.75.0"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/nextest-rs/nextest"

0 commit comments

Comments
 (0)