Skip to content

Commit 69a8d6b

Browse files
authored
update nextest to 0.9.96 (#8172)
Updates to Rust 1.87 with posix_spawn on illumos, plus test failure rendering improvements.
1 parent 601c062 commit 69a8d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/nextest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# The required version should be bumped up if we need new features, performance
55
# improvements or bugfixes that are present in newer versions of nextest.
6-
nextest-version = { required = "0.9.91", recommended = "0.9.91" }
6+
nextest-version = { required = "0.9.91", recommended = "0.9.96" }
77

88
experimental = ["setup-scripts"]
99

.github/buildomat/build-and-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ target_os=$1
1818
# NOTE: This version should be in sync with the recommended version in
1919
# .config/nextest.toml. (Maybe build an automated way to pull the recommended
2020
# version in the future.)
21-
NEXTEST_VERSION='0.9.91'
21+
NEXTEST_VERSION='0.9.96'
2222

2323
cargo --version
2424
rustc --version

0 commit comments

Comments
 (0)