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"]