Bump Rust stable toolchain to 1.73. (#137)

This commit is contained in:
Kaur Kuut 2023-10-12 18:04:48 +03:00 committed by GitHub
parent 0a11232b9d
commit 8431894ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ env:
# version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still
# come automatically. If the version specified here is no longer the latest stable version,
# then please feel free to submit a PR that adjusts it along with the potential clippy fixes.
RUST_STABLE_VER: "1.72" # In quotes because otherwise 1.70 would be interpreted as 1.7
RUST_STABLE_VER: "1.73" # In quotes because otherwise 1.70 would be interpreted as 1.7
# Rationale
#