Skip to content

Commit

Permalink
[nextest-runner] version 0.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 6, 2024
1 parent 0a97177 commit b6b4771
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 @@ -28,7 +28,7 @@ miette = { workspace = true, features = ["fancy"] }
# to avoid compatibility issues.
nextest-filtering = { version = "=0.12.0", path = "../nextest-filtering" }
nextest-metadata = { version = "=0.12.1", path = "../nextest-metadata" }
nextest-runner = { version = "=0.63.0", path = "../nextest-runner" }
nextest-runner = { version = "=0.64.0", path = "../nextest-runner" }
nextest-workspace-hack.workspace = true
once_cell.workspace = true
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.63.0"
version = "0.64.0"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nextest-rs/nextest"
Expand Down

0 comments on commit b6b4771

Please sign in to comment.