Skip to content

Commit

Permalink
[nextest-metadata] version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 5, 2024
1 parent b4d049c commit 38c6f21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -26,7 +26,7 @@ miette = "7.2.0"
once_cell = "1.19.0"
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
newtype-uuid = { version = "1.1.0", features = ["v4"] }
nextest-metadata = { version = "0.12.0", path = "nextest-metadata" }
nextest-metadata = { version = "0.12.1", path = "nextest-metadata" }
nextest-workspace-hack = "0.1.0"
quick-junit = "0.5.0"
swrite = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ itertools = "0.13.0"
miette = { workspace = true, features = ["fancy"] }
nextest-filtering = { version = "=0.12.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.60.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.12.0", path = "../nextest-metadata" }
nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" }
once_cell = "1.19.0"
owo-colors.workspace = true
pathdiff = { version = "0.2.1", features = ["camino"] }
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.0"
version = "0.12.1"
description = "Structured access to nextest machine-readable output."
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ self_update = { version = "0.41.0", optional = true, default-features = false, f
] }

nextest-filtering = { version = "0.12.0", path = "../nextest-filtering" }
nextest-metadata = { version = "0.12.0", path = "../nextest-metadata" }
nextest-metadata = { version = "0.12.1", path = "../nextest-metadata" }
quick-junit.workspace = true
newtype-uuid.workspace = true
console-subscriber = { version = "0.4.0", optional = true }
Expand Down

0 comments on commit 38c6f21

Please sign in to comment.