diff tests/hghave.py @ 48773:6cfa30681a1d

branching: merge with stable
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 15 Feb 2022 20:24:46 -0800
parents 21c0ae0693bc 090346b095fb
children 6000f5b25c9b f639982dfd00
line wrap: on
line diff
--- a/tests/hghave.py	Fri Feb 11 16:52:48 2022 -0800
+++ b/tests/hghave.py	Tue Feb 15 20:24:46 2022 -0800
@@ -1137,11 +1137,11 @@
     return version and sv(_bytes2sys(version.group(0))) >= sv('2019.10.17')
 
 
-@check("rustfmt", "rustfmt tool at version nightly-2020-10-04")
+@check("rustfmt", "rustfmt tool at version nightly-2021-11-02")
 def has_rustfmt():
     # We use Nightly's rustfmt due to current unstable config options.
     return matchoutput(
-        '`rustup which --toolchain nightly-2020-10-04 rustfmt` --version',
+        '`rustup which --toolchain nightly-2021-11-02 rustfmt` --version',
         b'rustfmt',
     )