]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: bump known rust ver to 1.85.1
authorVictor Julien <vjulien@oisf.net>
Wed, 26 Mar 2025 13:48:14 +0000 (14:48 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 26 Mar 2025 13:48:14 +0000 (14:48 +0100)
.github/workflows/builds.yml

index d43b81fb4ea8eeb7bdb796ba754d108ee426055b..6fe77042c57674c66f79646276eb84973f9029c4 100644 (file)
@@ -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: