Bump Rust to 0.73 (#289)

This commit is contained in:
Max Ammann 2023-10-06 11:43:20 +01:00 committed by GitHub
parent fa2c436f74
commit 1222790c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export NIGHTLY_TOOLCHAIN := "nightly-2023-09-23"
# Keep this in sync with `rust-toolchain.toml` and `Cargo.toml`.
# Make sure the above is newer than this.
export STABLE_TOOLCHAIN := "1.72.1"
export STABLE_TOOLCHAIN := "1.73"
export CARGO_TERM_COLOR := "always"
export RUST_BACKTRACE := "1"

View File

@ -5,4 +5,4 @@
# The version is set here instead of using stable, so we can make sure that a predictable version is used.
#
# Keep this in sync with `justfile` and `Cargo.toml`
channel = "1.72.1"
channel = "1.73"