From bd6fad6b61a2ed72ec30bbc63481e6f56cc94ba2 Mon Sep 17 00:00:00 2001
From: Tobias Breitwieser <tobias@breitwieser.biz>
Date: Tue, 18 Jun 2024 16:42:22 +0200
Subject: [PATCH] Update rust-toolchain-nightly.toml to compile with changes to
 fmt.rs

---
 rust-toolchain-nightly.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-toolchain-nightly.toml b/rust-toolchain-nightly.toml
index 2143c1b2d..d965d67dd 100644
--- a/rust-toolchain-nightly.toml
+++ b/rust-toolchain-nightly.toml
@@ -1,5 +1,5 @@
 [toolchain]
-channel = "nightly-2024-05-20"
+channel = "nightly-2024-06-18"
 components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ]
 targets = [
     "thumbv7em-none-eabi",