Skip to content

Commit abdadf4

Browse files
committed
[nextest-filtering] version 0.20.0
1 parent f17db03 commit abdadf4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ maplit = "1.0.2"
9191
miette = "7.6.0"
9292
mukti-metadata = "0.3.0"
9393
newtype-uuid = { version = "1.3.2", features = ["v4"] }
94-
nextest-filtering = { version = "0.19.0", path = "nextest-filtering" }
94+
nextest-filtering = { version = "0.20.0", path = "nextest-filtering" }
9595
nextest-metadata = { version = "0.14.0", path = "nextest-metadata" }
9696
nextest-runner = { path = "nextest-runner" }
9797
nextest-workspace-hack = "0.1.0"

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ locked-tripwire.workspace = true
2929
miette = { workspace = true, features = ["fancy"] }
3030
# Instead of using workspace dependencies which have floating versions, we pin exact versions here
3131
# to avoid compatibility issues.
32-
nextest-filtering = { version = "=0.19.0", path = "../nextest-filtering" }
32+
nextest-filtering = { version = "=0.20.0", path = "../nextest-filtering" }
3333
nextest-metadata = { version = "=0.14.0", path = "../nextest-metadata" }
3434
nextest-runner = { version = "=0.112.0", path = "../nextest-runner" }
3535
nextest-workspace-hack.workspace = true

nextest-filtering/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nextest-filtering"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
description = "Filtering DSL for cargo-nextest"
55
license = "MIT OR Apache-2.0"
66
edition.workspace = true

0 commit comments

Comments
 (0)