Upgrade Rust version

This commit is contained in:
Maximilian Ammann 2022-10-23 12:03:56 +02:00
parent 911b39cc68
commit 1b8b3e8fde

View File

@ -5,7 +5,7 @@
set shell := ["bash", "-c"]
export NIGHTLY_TOOLCHAIN := "nightly-2022-10-23"
export STABLE_TOOLCHAIN := "1.62"
export STABLE_TOOLCHAIN := "1.64"
export CARGO_TERM_COLOR := "always"
export RUST_BACKTRACE := "1"