Patch add 0.1.8 changelog (#334)

* 删除无用代码,并把about app的版本号更新为0.1.8

* v0.1.8 changelog

* 修正未安装rust-src的问题

* 完善文档
This commit is contained in:
LoGin
2023-08-17 00:10:18 +08:00
committed by GitHub
parent 67b4818887
commit 5db5a5652c
14 changed files with 568 additions and 67 deletions

View File

@ -139,6 +139,7 @@ rustInstall() {
rustup toolchain install nightly
rustup default nightly
rustup component add rust-src
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
rustup component add llvm-tools-preview
rustup target add x86_64-unknown-none
cargo install dadk