Skip to content

Commit 6179e70

Browse files
committed
[nextest-filtering] version 0.13.0
1 parent 72498ca commit 6179e70

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.12.0", path = "nextest-filtering" }
86+
nextest-filtering = { version = "0.13.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
@@ -24,7 +24,7 @@ itertools.workspace = true
2424
miette = { workspace = true, features = ["fancy"] }
2525
# Instead of using workspace dependencies which have floating versions, we pin exact versions here
2626
# to avoid compatibility issues.
27-
nextest-filtering = { version = "=0.12.0", path = "../nextest-filtering" }
27+
nextest-filtering = { version = "=0.13.0", path = "../nextest-filtering" }
2828
nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" }
2929
nextest-runner = { version = "=0.70.0", path = "../nextest-runner" }
3030
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.12.0"
3+
version = "0.13.0"
44
description = "Filtering DSL for cargo-nextest"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)