Browse Source

fix: specify Rust toolchain to nightly-2024-11-05 (#56)

* fix: specify Rust toolchain to nightly-2024-11-05

* fix: specify Rust toolchain to "+nightly-2024-11-05-x86_64-unknown-linux-gnu"
wu-eee 1 week ago
parent
commit
25dce88032
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 # The toolchain we use.
 # You can get it by running DragonOS' `tools/bootstrap.sh`
-# TOOLCHAIN="+nightly-2023-08-15-x86_64-unknown-linux_dragonos-gnu"
+TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
 # RUSTFLAGS+="-C target-feature=+crt-static -C link-arg=-no-pie"
 
 # 如果是在dadk中编译,那么安装到dadk的安装目录中