Update rust-toolchain (#1236)

Co-authored-by: a-kenji <a-kenji@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-03-17 17:28:50 +01:00 committed by GitHub
parent 8bb46715a9
commit 6092165980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,11 @@
# This file is updated by `update-toolchain.sh`
# We aim to be around 1-2 rust releases behind in order
# to get people the time to update their toolchains properly.
# By enforcing this, we can also make full use of the features
# provided by the current channel.
[toolchain]
channel = "1.55.0"
channel = "1.57.0"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi"]