Skip to content

Commit

Permalink
[nextest-metadata] version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 30, 2023
1 parent 5878e10 commit edd5d53
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-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ itertools = "0.11.0"
miette = { version = "5.10.0", features = ["fancy"] }
nextest-filtering = { version = "=0.5.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.42.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.9.0", path = "../nextest-metadata" }
nextest-metadata = { version = "=0.9.1", path = "../nextest-metadata" }
once_cell = "1.18.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
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 @@ -21,7 +21,7 @@ nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
camino = "1.1.6"
cfg-if = "1.0.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
nextest-metadata = { version = "=0.9.0", path = "../nextest-metadata" }
nextest-metadata = { version = "=0.9.1", path = "../nextest-metadata" }
once_cell = "1.18.0"
tempfile = "3.7.0"
regex = "1.9.1"
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.9.0"
version = "0.9.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 @@ -83,7 +83,7 @@ self_update = { version = "0.37.0", optional = true, default-features = false, f
] }

nextest-filtering = { version = "0.5.0", path = "../nextest-filtering" }
nextest-metadata = { version = "0.9.0", path = "../nextest-metadata" }
nextest-metadata = { version = "0.9.1", path = "../nextest-metadata" }
quick-junit = { version = "0.3.3", path = "../quick-junit" }
uuid = { version = "1.4.1", features = ["v4"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
Expand Down

0 comments on commit edd5d53

Please sign in to comment.