From 90c986078adf42ce69ea73be22673fa8e575ba52 Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 3 Aug 2023 10:09:48 -0700 Subject: [PATCH] fix comment in .config/nextest.toml (#3816) Followup to #3797. --- .config/nextest.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/nextest.toml b/.config/nextest.toml index 99ae570e66..32890f66a8 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -1,5 +1,8 @@ # NOTE: The recommended version should be in sync with the version in -# .config/nextest.toml. Bump up the required version as necessary. +# .github/buildomat/build-and-test.sh. +# +# 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.55", recommended = "0.9.57" } [profile.ci]