Skip to content

Commit

Permalink
[nextest-runner] version 0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Mar 16, 2024
1 parent f5a85e3 commit d66d21f
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.54.0", path = "../nextest-runner" }
nextest-runner = { version = "=0.54.1", path = "../nextest-runner" }
nextest-metadata = { version = "=0.10.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.54.0"
version = "0.54.1"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nextest-rs/nextest"
Expand Down

0 comments on commit d66d21f

Please sign in to comment.