chore: bump rust toolchain to 1.62

This commit is contained in:
Byron Hambly 2022-10-19 14:53:28 +02:00
parent 451b4722a4
commit 2a0fc3f278
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.60"
channel = "1.62"
components = ["clippy"]
targets = ["armv7-unknown-linux-gnueabihf"]