From: Shivani Bhardwaj Date: Tue, 14 Dec 2021 15:44:30 +0000 (+0530) Subject: rust: bump MSRV to 1.41.1 X-Git-Tag: suricata-6.0.5~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f04475aaa75ee205b1b699e59fb2b5ba7ed59f;p=thirdparty%2Fsuricata.git rust: bump MSRV to 1.41.1 Ticket: #4902. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index af7ae87f7c..61b7fa7df7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -28,7 +28,7 @@ env: RUST_VERSION_KNOWN: "1.49.0" # The minimum version of Rust supported. - RUST_VERSION_MIN: 1.34.2 + RUST_VERSION_MIN: 1.41.1 jobs: prepare-deps: diff --git a/configure.ac b/configure.ac index 86b12b950c..fa62a5fac8 100644 --- a/configure.ac +++ b/configure.ac @@ -2474,7 +2474,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.34.2" + MIN_RUSTC_VERSION="1.41.1" AC_MSG_CHECKING(for Rust version $MIN_RUSTC_VERSION or newer) AS_VERSION_COMPARE([$rustc_version], [$MIN_RUSTC_VERSION], [