Update rust-toolchain.toml

This commit is contained in:
Hirrolot 2022-05-26 23:40:40 +06:00 committed by GitHub
parent 898ef3ab62
commit 2a0f8260bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2022-02-02"
channel = "nightly-2022-05-06"
components = ["rustfmt", "clippy"]
profile = "minimal"