]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github: bump MSRV and minimum known version 6971/head
authorVictor Julien <vjulien@oisf.net>
Thu, 10 Feb 2022 11:46:31 +0000 (12:46 +0100)
committerVictor Julien <vjulien@oisf.net>
Thu, 10 Feb 2022 11:46:31 +0000 (12:46 +0100)
.github/workflows/builds.yml

index a76b7ef85eec464ad20bbd25b6e650dd88613929..b50c25a6faeb925d0090ac694218c74ea3adfe2f 100644 (file)
@@ -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: