Skip to content

Commit e2fcbf4

Browse files
committed
[nextest-metadata] version 0.13.2
1 parent b429163 commit e2fcbf4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ mukti-metadata = "0.3.0"
9191
# own supports-color + stylesheets everywhere.
9292
newtype-uuid = { version = "1.3.2", features = ["v4"] }
9393
nextest-filtering = { version = "0.18.0", path = "nextest-filtering" }
94-
nextest-metadata = { version = "0.13.1", path = "nextest-metadata" }
94+
nextest-metadata = { version = "0.13.2", path = "nextest-metadata" }
9595
nextest-runner = { path = "nextest-runner" }
9696
nextest-workspace-hack = "0.1.0"
9797
nix = { version = "0.30.1", default-features = false, features = ["signal"] }

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
# Instead of using workspace dependencies which have floating versions, we pin exact versions here
2929
# to avoid compatibility issues.
3030
nextest-filtering = { version = "=0.18.0", path = "../nextest-filtering" }
31-
nextest-metadata = { version = "=0.13.1", path = "../nextest-metadata" }
31+
nextest-metadata = { version = "=0.13.2", path = "../nextest-metadata" }
3232
nextest-runner = { version = "=0.104.0-b.2", path = "../nextest-runner" }
3333
nextest-workspace-hack.workspace = true
3434
owo-colors.workspace = true

nextest-metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nextest-metadata"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Structured access to nextest machine-readable output."
55
license = "MIT OR Apache-2.0"
66
# On older edition due to earlier MSRV.

0 commit comments

Comments
 (0)