Skip to content

Commit efde29b

Browse files
committed
[nextest-filtering] version 0.14.0
1 parent 5ad7af9 commit efde29b

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
@@ -83,7 +83,7 @@ mukti-metadata = "0.3.0"
8383
# note: we don't use owo-colors' if_supports_color support for now, instead preferring to use our
8484
# own supports-color + stylesheets everywhere.
8585
newtype-uuid = { version = "1.2.1", features = ["v4"] }
86-
nextest-filtering = { version = "0.13.0", path = "nextest-filtering" }
86+
nextest-filtering = { version = "0.14.0", path = "nextest-filtering" }
8787
nextest-metadata = { version = "0.12.1", path = "nextest-metadata" }
8888
nextest-workspace-hack = "0.1.0"
8989
nix = { version = "0.29.0", default-features = false, features = ["signal"] }

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ itertools.workspace = true
2525
miette = { workspace = true, features = ["fancy"] }
2626
# Instead of using workspace dependencies which have floating versions, we pin exact versions here
2727
# to avoid compatibility issues.
28-
nextest-filtering = { version = "=0.13.0", path = "../nextest-filtering" }
28+
nextest-filtering = { version = "=0.14.0", path = "../nextest-filtering" }
2929
nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" }
3030
nextest-runner = { version = "=0.71.0", path = "../nextest-runner" }
3131
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.13.0"
3+
version = "0.14.0"
44
description = "Filtering DSL for cargo-nextest"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)