From: Victor Julien Date: Thu, 18 Aug 2022 13:05:46 +0000 (+0200) Subject: github: update Rust versions X-Git-Tag: suricata-7.0.0-beta1~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7730%2Fhead;p=thirdparty%2Fsuricata.git github: update Rust versions --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 95f0434baa..af34824f71 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -27,10 +27,10 @@ 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.58.1" + RUST_VERSION_KNOWN: "1.62.0" # The minimum version of Rust supported. - RUST_VERSION_MIN: "1.48" + RUST_VERSION_MIN: "1.58.1" jobs: