ci: Update stable Rust. (#317)

This commit is contained in:
Bruce Mitchener 2024-05-26 22:22:32 +07:00 committed by GitHub
parent b85a511140
commit 66e141ab8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.77" # In quotes because otherwise 1.70 would be interpreted as 1.7
RUST_STABLE_VER: "1.78" # In quotes because otherwise 1.70 would be interpreted as 1.7
# We do not run the masonry snapshot tests, because those require a specific font stack
SKIP_RENDER_SNAPSHOTS: 1
# We do not run the masonry render tests, because those require Vello rendering to be working