Skip to content

Commit 0718c10

Browse files
committed
feat: 添加 arm_vcpu 和 arm_vgic 包及其依赖项,更新 xtask 中的 ostool 和 jkconfig 版本
1 parent 1669b7c commit 0718c10

File tree

2 files changed

+105
-17
lines changed

2 files changed

+105
-17
lines changed

Cargo.lock

Lines changed: 103 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtask/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cargo_metadata = "0.23"
99
chrono = "0.4"
1010
clap = { version = "4.4", features = ["derive"] }
1111
colored = "3"
12-
ostool = { git = "https://github.com/ZR233/ostool.git" }
13-
jkconfig = { git = "https://github.com/ZR233/ostool.git" }
12+
ostool = "0.8"
13+
jkconfig = "0.1"
1414
schemars = { version = "1", features = ["derive"] }
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1"

0 commit comments

Comments
 (0)