We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601c062 commit 69a8d6bCopy full SHA for 69a8d6b
.config/nextest.toml
@@ -3,7 +3,7 @@
3
#
4
# The required version should be bumped up if we need new features, performance
5
# improvements or bugfixes that are present in newer versions of nextest.
6
-nextest-version = { required = "0.9.91", recommended = "0.9.91" }
+nextest-version = { required = "0.9.91", recommended = "0.9.96" }
7
8
experimental = ["setup-scripts"]
9
.github/buildomat/build-and-test.sh
@@ -18,7 +18,7 @@ target_os=$1
18
# NOTE: This version should be in sync with the recommended version in
19
# .config/nextest.toml. (Maybe build an automated way to pull the recommended
20
# version in the future.)
21
-NEXTEST_VERSION='0.9.91'
+NEXTEST_VERSION='0.9.96'
22
23
cargo --version
24
rustc --version
0 commit comments