Skip to content

Commit 2f8f914

Browse files
committed
[cargo-nextest] prepare release
1 parent 22b8584 commit 2f8f914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.43-rc.3] - 2022-11-04
6+
## [0.9.43] - 2022-11-04
77

88
Nextest is now built with Rust 1.65. This version of Rust is the first one to spawn processes using [`posix_spawn`](https://pubs.opengroup.org/onlinepubs/007904975/functions/posix_spawn.html) rather than `fork`/`exec` on macOS, which should lead to performance benefits in some cases.
99

@@ -632,7 +632,7 @@ Supported in this initial release:
632632
* [Test retries](book/retries.md) and flaky test detection
633633
* [JUnit support](book/junit.md) for integration with other test tooling
634634

635-
[0.9.43-rc.3]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.43-rc.3
635+
[0.9.43]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.43
636636
[0.9.42]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.42
637637
[0.9.41]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.41
638638
[0.9.40]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.40

0 commit comments

Comments
 (0)