From 454d9a3c4bbb3e1108253bf871008c6d7d87ce4f Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 24 Apr 2024 22:45:37 +0200 Subject: [PATCH] switch to latest version of the kernel in addtion, using the same toolchain like the latest kernel --- kernel | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel b/kernel index 27556ba0c..97c3e3317 160000 --- a/kernel +++ b/kernel @@ -1 +1 @@ -Subproject commit 27556ba0cadd2db6a4def2c63f2c5b4f5ede33a9 +Subproject commit 97c3e3317c34f4725d04e7f1419320180520e233 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b935a4045..7619a0a9b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-03-01" +channel = "nightly-2024-04-15" components = [ "rust-src" ]