From 263bc66553672fefa5ebb6aae7269abd3a711b29 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Sun, 8 Jun 2025 21:39:33 +0200 Subject: [PATCH] ci: Move forward Rust for Linux version to v6.16-rc1 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 d134004709..952b48e80d 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -96,7 +96,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.15-rc4 + LINUX_VERSION=v6.16-rc1 # Download Linux at a specific commit mkdir -p linux