From 2a0fc3f2782655a22761f99c1764c91e772fbd10 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Wed, 19 Oct 2022 14:53:28 +0200 Subject: [PATCH] chore: bump rust toolchain to 1.62 --- README.md | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d696f7b5..9b4a0476 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Please have a look at the [contribution guidelines](./CONTRIBUTING.md). ## Rust Version Support Please note that only the latest stable Rust toolchain is supported. -All stable toolchains since 1.60 _should_ work. +All stable toolchains since 1.62 _should_ work. ## Contact diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bcffd4a6..54776f48 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.60" +channel = "1.62" components = ["clippy"] targets = ["armv7-unknown-linux-gnueabihf"]