From: Victor Julien Date: Wed, 26 Mar 2025 13:48:14 +0000 (+0100) Subject: github-ci: bump known rust ver to 1.85.1 X-Git-Tag: suricata-7.0.11~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d89bbd2ddc68933f961607f4aab0456b34fccf0;p=thirdparty%2Fsuricata.git github-ci: bump known rust ver to 1.85.1 --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d43b81fb4e..6fe77042c5 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -34,7 +34,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.70.0" + RUST_VERSION_KNOWN: "1.85.1" jobs: