Skip to content

Commit

Permalink
rust: bump MSRV to 1.41.1
Browse files Browse the repository at this point in the history
Ticket: OISF#4902.
(cherry picked from commit 87f0447)
  • Loading branch information
inashivb authored and victorjulien committed Jan 11, 2022
1 parent 50fdcd0 commit 613b12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,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],
[
Expand Down

0 comments on commit 613b12b

Please sign in to comment.