From 38e0d2610dc48b108f6dd7db894ba197909c5b04 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Sun, 26 Apr 2026 17:37:11 +0200 Subject: [PATCH] ci: Move forward Rust for Linux version to v7.1-rc1 Linux v7.1 will have our new MSRVs: Rust 1.85.0 and `bindgen` 0.71.1. Signed-off-by: Miguel Ojeda --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 8dedb7209a..a767c0b3a4 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -99,7 +99,7 @@ if [ "$BINDGEN_RUST_FOR_LINUX_TEST" == "1" ]; then # and each update should only contain this change. # # Both commit hashes and tags are supported. - LINUX_VERSION=v6.19 + LINUX_VERSION=v7.1-rc1 # Download Linux at a specific commit mkdir -p linux