Skip to content

Commit

Permalink
[ci] update nextest to 0.9.64 (#4609)
Browse files Browse the repository at this point in the history
There have been a bunch of releases and I don't want us to fall too far behind in CI.

(Maybe this should be handled by Renovate :) )
  • Loading branch information
sunshowers authored Dec 5, 2023
1 parent 7dca6fc commit 4b426d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# The required version should be bumped up if we need new features, performance
# improvements or bugfixes that are present in newer versions of nextest.
nextest-version = { required = "0.9.59", recommended = "0.9.59" }
nextest-version = { required = "0.9.59", recommended = "0.9.64" }

experimental = ["setup-scripts"]

Expand Down
2 changes: 1 addition & 1 deletion .github/buildomat/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o xtrace
# NOTE: This version should be in sync with the recommended version in
# .config/nextest.toml. (Maybe build an automated way to pull the recommended
# version in the future.)
NEXTEST_VERSION='0.9.59'
NEXTEST_VERSION='0.9.64'

cargo --version
rustc --version
Expand Down

0 comments on commit 4b426d2

Please sign in to comment.