Upgrader rust version

This commit is contained in:
Maximilian Ammann 2022-10-23 11:51:48 +02:00
parent 54514b536a
commit 69e404cb60
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
set shell := ["bash", "-c"]
export NIGHTLY_TOOLCHAIN := "nightly-2022-07-03"
export NIGHTLY_TOOLCHAIN := "nightly-2022-10-23"
export STABLE_TOOLCHAIN := "1.62"
export CARGO_TERM_COLOR := "always"

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "1.62"
channel = "1.64"