]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github: update Rust versions 7730/head
authorVictor Julien <vjulien@oisf.net>
Thu, 18 Aug 2022 13:05:46 +0000 (15:05 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 18 Aug 2022 15:20:43 +0000 (17:20 +0200)
.github/workflows/builds.yml

index 95f0434baae924dec6f46b5e0f64f733c2766c9b..af34824f7131c56b3c596b1033f73b1a7a1e1bf9 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.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: