github-ci: update RUST_VERSION_KNOWN

To 1.97 as that is where we are clippy clean to.
pull/15852/head
Jason Ish 2 months ago committed by Philippe Antoine
parent e9b08dbb2d
commit b364f28387

@ -35,7 +35,9 @@ env:
# A recent version of stable Rust that is known to pass build, test and other
# verification steps in this workflow. This was added because using "stable"
# could cause some steps to fail.
RUST_VERSION_KNOWN: "1.95.0"
#
# Update this whenever we fix clippy issues due to a newer version of Rust.
RUST_VERSION_KNOWN: "1.97.0"
jobs:

Loading…
Cancel
Save