mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 07:57: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"
|
num-derive = "0.3"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
protobuf = "3.2.0"
|
protobuf = "3.2.0"
|
||||||
|
protobuf-codegen = "3.2.0"
|
||||||
byteorder = "1"
|
byteorder = "1"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
|
@ -8,7 +8,7 @@ crate-type = ["staticlib"]
|
|||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
protobuf-codegen = "3.2.0"
|
protobuf-codegen = { workspace = true }
|
||||||
cxx-gen = { workspace = true }
|
cxx-gen = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user