#
eaa67f3c |
| 27-Oct-2024 |
LoGin <longjin@DragonOS.org> |
feat(dadk): 新的console & dadk-insiders测试目标 (#70)
- 把用户程序编译的功能改到了`dadk user`命令目录下
- 添加了用于开发测试的二进制文件`dadk-insiders`: 使用命令`cargo install --bin dadk-insiders --path ./dadk`即可安装. 开发测试不会跟已有的dadk冲突
Sign
feat(dadk): 新的console & dadk-insiders测试目标 (#70)
- 把用户程序编译的功能改到了`dadk user`命令目录下
- 添加了用于开发测试的二进制文件`dadk-insiders`: 使用命令`cargo install --bin dadk-insiders --path ./dadk`即可安装. 开发测试不会跟已有的dadk冲突
Signed-off-by: longjin <longjin@DragonOS.org>
show more ...
|
#
5d75cfc7 |
| 21-Oct-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
chore(deps): Update clap requirement from =4.5.4 to =4.5.20 (#65)
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.
chore(deps): Update clap requirement from =4.5.4 to =4.5.20 (#65)
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.4...clap_complete-v4.5.20)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
show more ...
|
#
09821983 |
| 21-Oct-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
chore(deps): Update zip requirement from 0.6 to 2.2 (#64)
Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version.
- [Release notes](https://github.com/zip-rs
chore(deps): Update zip requirement from 0.6 to 2.2 (#64)
Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v0.6.4...v2.2.0)
---
updated-dependencies:
- dependency-name: zip
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
show more ...
|
#
37c21cbe |
| 21-Oct-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
chore(deps): Update reqwest requirement from 0.11 to 0.12 (#66)
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https:/
chore(deps): Update reqwest requirement from 0.11 to 0.12 (#66)
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.12.8)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
show more ...
|
#
73779f3d |
| 20-Oct-2024 |
LoGin <longjin@DragonOS.org> |
refactor: 把dadk原有的管理用户程序编译的逻辑移动到dadk-user (#60)
* refactor: 把dadk原有的管理用户程序编译的逻辑移动到dadk-user
同时把`--dragonos-dir`改为了`--sysroot-dir`
---------
Signed-off-by: longjin <longjin@DragonOS.org>
|