mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-21 23:47:39 +00:00
Move dependency version into workspace
This commit is contained in:
parent
ad0da08610
commit
d77a368176
@ -12,6 +12,7 @@ num-traits = "0.2"
|
||||
num-derive = "0.3"
|
||||
thiserror = "1.0"
|
||||
protobuf = "3.2.0"
|
||||
protobuf-codegen = "3.2.0"
|
||||
byteorder = "1"
|
||||
|
||||
[profile.dev]
|
||||
|
@ -8,7 +8,7 @@ crate-type = ["staticlib"]
|
||||
path = "lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
protobuf-codegen = "3.2.0"
|
||||
protobuf-codegen = { workspace = true }
|
||||
cxx-gen = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user