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.
  • Loading branch information
inashivb authored and victorjulien committed Dec 14, 2021
1 parent 6a06e07 commit 87f0447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
[
Expand Down

0 comments on commit 87f0447

Please sign in to comment.