From 9792a2ff787e5f4245422769e625b658de55c6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Mon, 26 May 2025 16:00:02 +0200 Subject: [PATCH] Bump nightly rust The pinned nightly rustfmt disagrees with the current nightlies on some formatting decisions.. we might as well upgrade. --- config/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.yaml b/config/versions.yaml index 35ff68d7..3f6e2471 100644 --- a/config/versions.yaml +++ b/config/versions.yaml @@ -7,7 +7,7 @@ rust_version: 1.85.0 # This nightly version is only used for cargo fmt invocations, because we use nightly-only # rustfmt config options in rustfmt.toml. The version should be kept in line with the version # used in the operator-rs repository. -rust_nightly_version: nightly-2025-01-15 +rust_nightly_version: nightly-2025-05-26 # This edition is mostly used for rustfmt commands and the rustfmt config file. The edition should # be kept in line with the edition in the operator-rs repository.