Skip to content

Commit

Permalink
[nextest-runner] version 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed May 15, 2023
1 parent 4bb5f65 commit 7e5bfdb
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.17"
itertools = "0.10.5"
miette = { version = "5.8.0", features = ["fancy"] }
nextest-filtering = { version = "=0.4.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.38.0", path = "../nextest-runner" }
nextest-runner = { version = "=0.39.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.8.2", path = "../nextest-metadata" }
once_cell = "1.17.1"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
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.38.0"
version = "0.39.0"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nextest-rs/nextest"
Expand Down

0 comments on commit 7e5bfdb

Please sign in to comment.