From: Victor Julien Date: Thu, 10 Feb 2022 11:46:31 +0000 (+0100) Subject: github: bump MSRV and minimum known version X-Git-Tag: suricata-7.0.0-beta1~909 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251b52ab07800207ab2882040754dc878eefd433;p=thirdparty%2Fsuricata.git github: bump MSRV and minimum known version --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index a76b7ef85e..b50c25a6fa 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.49.0" + RUST_VERSION_KNOWN: "1.58.1" # The minimum version of Rust supported. - RUST_VERSION_MIN: "1.41.1" + RUST_VERSION_MIN: "1.48" jobs: