Skip to content

Commit 3f0d3a5

Browse files
committed
[meta] update to owo-colors 4.2.1, update changelog
1 parent e919556 commit 3f0d3a5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ nextest-metadata = { version = "0.12.2", path = "nextest-metadata" }
9191
nextest-workspace-hack = "0.1.0"
9292
nix = { version = "0.30.1", default-features = false, features = ["signal"] }
9393
num_threads = "0.1.7"
94-
owo-colors = "4.2.0"
94+
owo-colors = "4.2.1"
9595
pathdiff = { version = "0.2.3", features = ["camino"] }
9696
pin-project-lite = "0.2.16"
9797
pretty_assertions = "1.4.1"

site/src/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ toc_depth: 1
88
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
99
policy](https://nexte.st/docs/stability/) for how versioning works with cargo-nextest.
1010

11+
## [0.9.96] - 2025-05-15
12+
13+
### Miscellaneous
14+
15+
- Pre-built binaries are now built with Rust 1.87, which is the first version to support `posix_spawn`-based process spawning on illumos.
16+
1117
## [0.9.95] - 2025-04-30
1218

1319
### Added
@@ -1435,6 +1441,7 @@ Supported in this initial release:
14351441
- [Test retries](https://nexte.st/book/retries.md) and flaky test detection
14361442
- [JUnit support](https://nexte.st/book/junit.md) for integration with other test tooling
14371443

1444+
[0.9.96]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.96
14381445
[0.9.95]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.95
14391446
[0.9.94]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.94
14401447
[0.9.93]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.93

0 commit comments

Comments
 (0)