From e28ca9ef69c94550b22f514b432075c3ae719fa5 Mon Sep 17 00:00:00 2001 From: longjin Date: Wed, 11 Feb 2026 01:25:43 +0800 Subject: [PATCH] 1 --- tools/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bootstrap.sh b/tools/bootstrap.sh index 3b29cf89e..63fc395c1 100755 --- a/tools/bootstrap.sh +++ b/tools/bootstrap.sh @@ -690,7 +690,7 @@ fi rustInstall # 安装dadk -cargo +nightly install --git https://git.mirrors.dragonos.org.cn/DragonOS-Community/DADK.git --tag v0.6.0 || exit 1 +cargo +nightly install --git https://git.mirrors.dragonos.org.cn/DragonOS-Community/DADK.git --tag v0.6.1 || exit 1 bashpath=$(cd `dirname $0`; pwd)