Update rust-toolchain.toml (#26)

This commit is contained in:
lxc
2023-12-11 13:18:46 +08:00
committed by GitHub
parent 26b8e6c7d8
commit 313cec484d

View File

@@ -1,4 +1,4 @@
[toolchain]
channel = "1.66"
channel = "1.70.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"