rust-toolchain: Update (#1578)

Co-authored-by: a-kenji <a-kenji@users.noreply.github.com>
This commit is contained in:
a-kenji 2022-07-10 12:54:14 +02:00 committed by GitHub
parent ea1e36637d
commit ea3d73c105
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` # This file is updated by `update-toolchain.sh`
[toolchain] [toolchain]
channel = "1.59.0" channel = "1.60.0"
components = ["rustfmt", "clippy", "rust-analysis"] components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"] targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]