Skip to content

Commit

Permalink
[nextest-metadata] version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 24, 2025
1 parent c663170 commit de6455c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ mukti-metadata = "0.3.0"
# own supports-color + stylesheets everywhere.
newtype-uuid = { version = "1.2.1", features = ["v4"] }
nextest-filtering = { version = "0.14.0", path = "nextest-filtering" }
nextest-metadata = { version = "0.12.1", path = "nextest-metadata" }
nextest-metadata = { version = "0.12.2", path = "nextest-metadata" }
nextest-workspace-hack = "0.1.0"
nix = { version = "0.29.0", default-features = false, features = ["signal"] }
num_threads = "0.1.7"
Expand Down
2 changes: 1 addition & 1 deletion cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ miette = { workspace = true, features = ["fancy"] }
# Instead of using workspace dependencies which have floating versions, we pin exact versions here
# to avoid compatibility issues.
nextest-filtering = { version = "=0.14.0", path = "../nextest-filtering" }
nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" }
nextest-metadata = { version = "=0.12.2", path = "../nextest-metadata" }
nextest-runner = { version = "=0.74.0", path = "../nextest-runner" }
nextest-workspace-hack.workspace = true
owo-colors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion nextest-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nextest-metadata"
version = "0.12.1"
version = "0.12.2"
description = "Structured access to nextest machine-readable output."
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit de6455c

Please sign in to comment.