We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7663bd commit 0fa1bc2Copy full SHA for 0fa1bc2
.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.77", recommended = "0.9.78" }
+nextest-version = { required = "0.9.77", recommended = "0.9.86" }
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.78'
+NEXTEST_VERSION='0.9.86'
22
23
cargo --version
24
rustc --version
0 commit comments