Update rust-toolchain.toml

This commit is contained in:
Hirrolot 2022-02-05 01:11:38 +06:00
parent 3f711b0d80
commit 6eb243170c

View file

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