From d5a9d0bd61c42fed3b5b83662e42b5f1f966981d Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Fri, 17 Nov 2023 08:07:46 +1100 Subject: [PATCH] =?UTF-8?q?Update=20to=20rust=201.74=20=F0=9F=A6=80?= =?UTF-8?q?=F0=9F=A6=80=F0=9F=A6=80?= 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 6345921a2..3e36b2d43 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.73" +channel = "1.74" components = [ "rustfmt", "clippy" ] targets = [ "aarch64-unknown-linux-gnu" ]