Skip to content

Commit cc4e7ea

Browse files
authored
build: 更新 Rust 工具链版本 (#50)
- 将 Rust 工具链从 nightly-2024-11-05 更新至 nightly-2025-08-10 Signed-off-by: longjin <[email protected]>
1 parent 32c2329 commit cc4e7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The toolchain we use.
22
# You can get it by running DragonOS' `tools/bootstrap.sh`
3-
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
3+
TOOLCHAIN="+nightly-2025-08-10-x86_64-unknown-linux-gnu"
44
RUSTFLAGS+=""
55

66
ifdef DADK_CURRENT_BUILD_DIR

0 commit comments

Comments
 (0)