mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-07 08:12:38 +00:00
Update cargo files
This commit is contained in:
@@ -17,5 +17,5 @@ cxx = { path = "../external/cxx-rs" }
|
||||
protobuf = { workspace = true }
|
||||
byteorder = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
clap = { version = "4.3.2", features = ["derive"] }
|
||||
size = "0.4.1"
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
size = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user