]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: set MSRV to 1.67.1
authorVictor Julien <vjulien@oisf.net>
Sat, 27 Jul 2024 20:33:12 +0000 (22:33 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 29 Jul 2024 04:14:13 +0000 (06:14 +0200)
This is needed for updating the ``time`` crate.

configure.ac
rust/Cargo.toml.in

index 15437be568dacdf4f282182077e47763e645a3a1..d19680e091d31a34c48b90faee2676ef34442ece 100644 (file)
@@ -2153,7 +2153,7 @@ fi
     cargo_version_output=$($CARGO --version)
     cargo_version=$(echo "$cargo_version_output" | sed 's/^.*[[^0-9]]\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\).*$/\1/')
 
-    MIN_RUSTC_VERSION="1.63.0" # MSRV
+    MIN_RUSTC_VERSION="1.67.1" # MSRV
     AC_MSG_CHECKING(for Rust version $MIN_RUSTC_VERSION or newer)
     AS_VERSION_COMPARE([$rustc_version], [$MIN_RUSTC_VERSION],
         [
index 69e13347f96707b4f30e9ab96b7b00de796ec98d..aa6610f8298430cab4f536e067b737541145c8d2 100644 (file)
@@ -4,7 +4,7 @@ version = "@PACKAGE_VERSION@"
 license = "GPL-2.0-only"
 description = "Suricata Rust components"
 edition = "2021"
-rust-version = "1.63.0"
+rust-version = "1.67.1"
 
 [workspace]
 members = [".", "./derive"]