rust-toolchain: Update (#1659)

Co-authored-by: a-kenji <a-kenji@users.noreply.github.com>
This commit is contained in:
a-kenji 2022-08-14 09:09:57 +02:00 committed by GitHub
parent 61ae91e64d
commit 10724ac958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# This file is updated by `update-toolchain.sh`
[toolchain]
channel = "1.60.0"
channel = "1.61.0"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]