Skip to content

Commit 03a2650

Browse files
committed
[nextest-runner] version 0.71.0
1 parent 6179e70 commit 03a2650

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-nextest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ miette = { workspace = true, features = ["fancy"] }
2626
# to avoid compatibility issues.
2727
nextest-filtering = { version = "=0.13.0", path = "../nextest-filtering" }
2828
nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" }
29-
nextest-runner = { version = "=0.70.0", path = "../nextest-runner" }
29+
nextest-runner = { version = "=0.71.0", path = "../nextest-runner" }
3030
nextest-workspace-hack.workspace = true
3131
once_cell.workspace = true
3232
owo-colors.workspace = true

nextest-runner/Cargo.toml

+1-1
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.70.0"
4+
version = "0.71.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)