From e508fa603a42f4109191b55d786258817a689b08 Mon Sep 17 00:00:00 2001 From: xboHodx Date: Tue, 28 Oct 2025 20:53:51 +0800 Subject: [PATCH] fix: specify Rust toolchain to nightly-2025-08-10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2c2e6f..379d1cc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # The toolchain we use. # You can get it by running DragonOS' `tools/bootstrap.sh` -TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu" +TOOLCHAIN="+nightly-2025-08-10-x86_64-unknown-linux-gnu" # RUSTFLAGS+="-C target-feature=+crt-static -C link-arg=-no-pie" # 如果是在dadk中编译,那么安装到dadk的安装目录中