Skip to content

Commit

Permalink
[nextest-filtering] version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed May 23, 2024
1 parent 884ff15 commit b615fff
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-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ guppy = "0.17.5"
log = "0.4.21"
itertools = "0.12.1"
miette = { workspace = true, features = ["fancy"] }
nextest-filtering = { version = "=0.8.0", path = "../nextest-filtering" }
nextest-filtering = { version = "=0.9.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.56.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.11.0", path = "../nextest-metadata" }
once_cell = "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nextest-filtering"
version = "0.8.0"
version = "0.9.0"
description = "Filtering DSL for cargo-nextest"
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 @@ -90,7 +90,7 @@ self_update = { version = "0.39.0", optional = true, default-features = false, f
"compression-flate2",
] }

nextest-filtering = { version = "0.8.0", path = "../nextest-filtering" }
nextest-filtering = { version = "0.9.0", path = "../nextest-filtering" }
nextest-metadata = { version = "0.11.0", path = "../nextest-metadata" }
quick-junit.workspace = true
newtype-uuid.workspace = true
Expand Down

0 comments on commit b615fff

Please sign in to comment.