Skip to content

Commit de6455c

Browse files
committed
[nextest-metadata] version 0.12.2
1 parent c663170 commit de6455c

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
@@ -86,7 +86,7 @@ mukti-metadata = "0.3.0"
8686
# own supports-color + stylesheets everywhere.
8787
newtype-uuid = { version = "1.2.1", features = ["v4"] }
8888
nextest-filtering = { version = "0.14.0", path = "nextest-filtering" }
89-
nextest-metadata = { version = "0.12.1", path = "nextest-metadata" }
89+
nextest-metadata = { version = "0.12.2", path = "nextest-metadata" }
9090
nextest-workspace-hack = "0.1.0"
9191
nix = { version = "0.29.0", default-features = false, features = ["signal"] }
9292
num_threads = "0.1.7"

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
# Instead of using workspace dependencies which have floating versions, we pin exact versions here
2828
# to avoid compatibility issues.
2929
nextest-filtering = { version = "=0.14.0", path = "../nextest-filtering" }
30-
nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" }
30+
nextest-metadata = { version = "=0.12.2", path = "../nextest-metadata" }
3131
nextest-runner = { version = "=0.74.0", path = "../nextest-runner" }
3232
nextest-workspace-hack.workspace = true
3333
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.12.1"
3+
version = "0.12.2"
44
description = "Structured access to nextest machine-readable output."
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)