mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/pv_core: Fix lazy-static dev-dependency
During the remove of mockito, lazy_static dependency was accidentally
removed as well.
Fix this by adding lazy-static as dev dependency again.
Fixes: aba8900074 ("rust/pv_core: Remove mockito dependency")
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
1655c39ded
commit
46092add29
1
rust/Cargo.lock
generated
1
rust/Cargo.lock
generated
@@ -432,6 +432,7 @@ name = "pv_core"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"log",
|
||||
"serde",
|
||||
|
||||
@@ -16,4 +16,5 @@ serde = { version = "1.0.139", features = ["derive"]}
|
||||
byteorder = "1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
serde_test = "1"
|
||||
|
||||
Reference in New Issue
Block a user