mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-13 04:43:34 +00:00
Move dependency version into workspace
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user