Use official argh

This commit is contained in:
LoveSy
2023-10-24 21:41:16 +08:00
committed by John Wu
parent beaf636415
commit 9088b584f6
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -25,8 +25,9 @@ bytemuck = "1.14"
fdt = "0.1"
[workspace.dependencies.argh]
git = "https://github.com/topjohnwu/argh.git"
rev = "f0ca7d9d7f66b4ff56fbbd44ce19a96c625bffd8"
git = "https://github.com/google/argh.git"
rev = "1c632b046d084e7bde86b82dfc969b30b4647c8c"
default-features = false
[workspace.dependencies.pb-rs]
git = "https://github.com/tafia/quick-protobuf.git"