You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
4
4
policy](book/stability.md) for how versioning works with cargo-nextest.
5
5
6
-
## [0.9.43-rc.3] - 2022-11-04
6
+
## [0.9.43] - 2022-11-04
7
7
8
8
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.
9
9
@@ -632,7 +632,7 @@ Supported in this initial release:
632
632
* [Test retries](book/retries.md) and flaky test detection
633
633
* [JUnit support](book/junit.md) for integration with other test tooling
0 commit comments