From 08d239e15a9f21bf0b17b38b1990a6229022b1cc Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Thu, 29 Aug 2024 00:13:43 +0530 Subject: [PATCH] chore: update toolchain --- rust-toolchain.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7c94e9fe..4c7b0f1b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,12 +1,10 @@ [toolchain] -channel = "1.78.0" +channel = "1.80.0" targets = [ "x86_64-linux-android", "i686-linux-android", "aarch64-linux-android", - "armv7-linux-androideabi" + "armv7-linux-androideabi", ] profile = "minimal" -components = [ - "clippy" -] +components = ["clippy"]