Skip to content

Commit ac51d6d

Browse files
committed
[nextest-filtering] version 0.15.0
1 parent de6455c commit ac51d6d

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
@@ -85,7 +85,7 @@ mukti-metadata = "0.3.0"
8585
# note: we don't use owo-colors' if_supports_color support for now, instead preferring to use our
8686
# own supports-color + stylesheets everywhere.
8787
newtype-uuid = { version = "1.2.1", features = ["v4"] }
88-
nextest-filtering = { version = "0.14.0", path = "nextest-filtering" }
88+
nextest-filtering = { version = "0.15.0", path = "nextest-filtering" }
8989
nextest-metadata = { version = "0.12.2", path = "nextest-metadata" }
9090
nextest-workspace-hack = "0.1.0"
9191
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
@@ -26,7 +26,7 @@ itertools.workspace = true
2626
miette = { workspace = true, features = ["fancy"] }
2727
# Instead of using workspace dependencies which have floating versions, we pin exact versions here
2828
# to avoid compatibility issues.
29-
nextest-filtering = { version = "=0.14.0", path = "../nextest-filtering" }
29+
nextest-filtering = { version = "=0.15.0", path = "../nextest-filtering" }
3030
nextest-metadata = { version = "=0.12.2", path = "../nextest-metadata" }
3131
nextest-runner = { version = "=0.74.0", path = "../nextest-runner" }
3232
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.14.0"
3+
version = "0.15.0"
44
description = "Filtering DSL for cargo-nextest"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)