From 9a95d94e682487f98fc40a15c4dae1410ecbf16a Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 15 Nov 2021 16:01:47 +1100 Subject: [PATCH] Bump to Rust 1.56 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d317dce..aab8173 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.55" +channel = "1.56" components = ["clippy"] targets = ["armv7-unknown-linux-gnueabihf", "aarch64-unknown-linux-gnu"]