Skip to content

Commit

Permalink
[nextest-filtering] version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed May 15, 2023
1 parent 6261400 commit 4bb5f65
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.15.2"
log = "0.4.17"
itertools = "0.10.5"
miette = { version = "5.8.0", features = ["fancy"] }
nextest-filtering = { version = "=0.3.0", path = "../nextest-filtering" }
nextest-filtering = { version = "=0.4.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.38.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.8.2", path = "../nextest-metadata" }
once_cell = "1.17.1"
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.3.0"
version = "0.4.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 @@ -82,7 +82,7 @@ self_update = { version = "0.36.0", optional = true, default-features = false, f
"compression-flate2",
] }

nextest-filtering = { version = "0.3.0", path = "../nextest-filtering" }
nextest-filtering = { version = "0.4.0", path = "../nextest-filtering" }
nextest-metadata = { version = "0.8.2", path = "../nextest-metadata" }
quick-junit = { version = "0.3.2", path = "../quick-junit" }
uuid = { version = "1.3.2", features = ["v4"] }
Expand Down

0 comments on commit 4bb5f65

Please sign in to comment.