From c3ceec3048465a69817589bf4161e12d41fe3005 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Sat, 10 Feb 2024 10:05:03 +1100 Subject: [PATCH] =?UTF-8?q?Update=20to=20rust=201.76=20=F0=9F=A6=80?= =?UTF-8?q?=F0=9F=A6=80=F0=9F=A6=80=20(#1464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2beabdccf..daec2dc45 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.75" +channel = "1.76" components = [ "rustfmt", "clippy" ] targets = [ "aarch64-unknown-linux-gnu" ]