Skip to content

Commit 1cfa408

Browse files
committed
[meta] update jobserver
Includes a fix for rust-lang/jobserver-rs#87.
1 parent 4599f9b commit 1cfa408

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextest-runner/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [0.55.0] - 2023-04-24
44

5-
See the changelog for [cargo-nextest 0.9.69](https://nexte.st/CHANGELOG.html#0969---2024-04-24).
5+
See the changelog for [cargo-nextest 0.9.70](https://nexte.st/CHANGELOG.html#0970---2024-04-24).
66

77
## [0.54.1] - 2023-03-04
88

site/src/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
44
policy](book/stability.md) for how versioning works with cargo-nextest.
55

6-
## [0.9.69] - 2024-04-24
6+
## [0.9.70] - 2024-04-24
77

88
### Added
99

@@ -33,6 +33,10 @@ policy](book/stability.md) for how versioning works with cargo-nextest.
3333

3434
- Updated MSRV for compiling nextest to Rust 1.74.
3535

36+
## [0.9.69] - 2024-04-24
37+
38+
This release wasn't published due to a build issue.
39+
3640
## [0.9.68] - 2024-03-16
3741

3842
This is a maintenance release with many internal improvements, and preparation for future features.
@@ -980,6 +984,7 @@ Supported in this initial release:
980984
- [Test retries](book/retries.md) and flaky test detection
981985
- [JUnit support](book/junit.md) for integration with other test tooling
982986

987+
[0.9.70]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.70
983988
[0.9.69]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.69
984989
[0.9.68]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.68
985990
[0.9.67]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.67

0 commit comments

Comments
 (0)