Skip to content

Commit 69cb3d2

Browse files
committed
[nextest-metadata] version 0.14.0
1 parent 8d4cd21 commit 69cb3d2

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
@@ -92,7 +92,7 @@ miette = "7.6.0"
9292
mukti-metadata = "0.3.0"
9393
newtype-uuid = { version = "1.3.2", features = ["v4"] }
9494
nextest-filtering = { version = "0.18.0", path = "nextest-filtering" }
95-
nextest-metadata = { version = "0.13.3", path = "nextest-metadata" }
95+
nextest-metadata = { version = "0.14.0", path = "nextest-metadata" }
9696
nextest-runner = { path = "nextest-runner" }
9797
nextest-workspace-hack = "0.1.0"
9898
nix = { version = "0.31.2", default-features = false, features = ["signal"] }

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ miette = { workspace = true, features = ["fancy"] }
3030
# Instead of using workspace dependencies which have floating versions, we pin exact versions here
3131
# to avoid compatibility issues.
3232
nextest-filtering = { version = "=0.18.0", path = "../nextest-filtering" }
33-
nextest-metadata = { version = "=0.13.3", path = "../nextest-metadata" }
33+
nextest-metadata = { version = "=0.14.0", path = "../nextest-metadata" }
3434
nextest-runner = { version = "=0.111.0", path = "../nextest-runner" }
3535
nextest-workspace-hack.workspace = true
3636
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.3"
3+
version = "0.14.0"
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)