github-ci: set rust version known to 1.98.0

The previous commit makes us clippy clean on 1.98.0.
pull/16113/head
Jason Ish 2 weeks ago committed by Victor Julien
parent a9d5487cd2
commit 098022aee5

@ -35,7 +35,7 @@ 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.93.0"
RUST_VERSION_KNOWN: "1.98.0"
jobs:

Loading…
Cancel
Save