Skip to content

Commit

Permalink
[nextest-runner] version 0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed May 23, 2024
1 parent eeac6fe commit cc5d0f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -27,7 +27,7 @@ log = "0.4.21"
itertools = "0.12.1"
miette = { workspace = true, features = ["fancy"] }
nextest-filtering = { version = "=0.8.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.55.0", path = "../nextest-runner" }
nextest-runner = { version = "=0.56.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.11.0", path = "../nextest-metadata" }
once_cell = "1.19.0"
owo-colors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nextest-runner"
description = "Core runner logic for cargo nextest."
version = "0.55.0"
version = "0.56.0"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nextest-rs/nextest"
Expand Down

0 comments on commit cc5d0f2

Please sign in to comment.