Skip to content

Commit

Permalink
[nextest-runner] version 0.69.0-b.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Dec 5, 2024
1 parent d41c123 commit 90becb9
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 @@ -26,7 +26,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.68.0", path = "../nextest-runner" }
nextest-runner = { version = "=0.69.0-b.1", 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.68.0"
version = "0.69.0-b.1"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nextest-rs/nextest"
Expand Down

0 comments on commit 90becb9

Please sign in to comment.