Skip to content

Commit

Permalink
[nextest-metadata] version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed May 23, 2024
1 parent fb3d3fc commit eeac6fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -19,7 +19,7 @@ globset = "0.4.14"
miette = "7.2.0"
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
newtype-uuid = { version = "1.1.0", features = ["v4"] }
nextest-metadata = { version = "0.10.0", path = "nextest-metadata" }
nextest-metadata = { version = "0.11.0", path = "nextest-metadata" }
nextest-workspace-hack = "0.1.0"
quick-junit = "0.4.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.12.1"
miette = { workspace = true, features = ["fancy"] }
nextest-filtering = { version = "=0.8.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.55.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.10.0", path = "../nextest-metadata" }
nextest-metadata = { version = "=0.11.0", 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 integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ camino = "1.1.7"
camino-tempfile = "1.1.1"
cfg-if = "1.0.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
nextest-metadata = { version = "=0.10.0", path = "../nextest-metadata" }
nextest-metadata = { version = "=0.11.0", path = "../nextest-metadata" }
once_cell = "1.19.0"
regex = "1.10.4"
serde_json = "1.0.117"
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.10.0"
version = "0.11.0"
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 @@ -91,7 +91,7 @@ self_update = { version = "0.39.0", optional = true, default-features = false, f
] }

nextest-filtering = { version = "0.8.0", path = "../nextest-filtering" }
nextest-metadata = { version = "0.10.0", path = "../nextest-metadata" }
nextest-metadata = { version = "0.11.0", path = "../nextest-metadata" }
quick-junit.workspace = true
newtype-uuid.workspace = true
console-subscriber = { version = "0.2.0", optional = true }
Expand Down

0 comments on commit eeac6fe

Please sign in to comment.