Skip to content

Commit f190b2e

Browse files
committed
[nextest-runner] version 0.72.0
1 parent efde29b commit f190b2e

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
@@ -27,7 +27,7 @@ miette = { workspace = true, features = ["fancy"] }
2727
# to avoid compatibility issues.
2828
nextest-filtering = { version = "=0.14.0", path = "../nextest-filtering" }
2929
nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" }
30-
nextest-runner = { version = "=0.71.0", path = "../nextest-runner" }
30+
nextest-runner = { version = "=0.72.0", path = "../nextest-runner" }
3131
nextest-workspace-hack.workspace = true
3232
owo-colors.workspace = true
3333
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.71.0"
4+
version = "0.72.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)