From 3c59dad1b8b6d53d1c561ffdcab0eb73f27f9cd3 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Fri, 18 Oct 2024 10:57:55 +1100 Subject: [PATCH] =?UTF-8?q?Update=20to=20rust=201.82=20=F0=9F=A6=80?= =?UTF-8?q?=F0=9F=A6=80=F0=9F=A6=80=20(#1778)?= 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 49d7d2964..7df8e1f93 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.81" +channel = "1.82" components = [ "rustfmt", "clippy" ] targets = [ "aarch64-unknown-linux-gnu" ]