mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 14:41:23 +00:00
scsi: fix test compilation
Fix scsi test compilation by correcting the dev-dependency for virtio-queue. This would happen if someone runs the tests only for this crate, and not workspace-wide. Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
parent
79a8bc683d
commit
82f5657b5b
@ -31,4 +31,4 @@ vmm-sys-util = "0.14"
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5"
|
||||
tempfile = "3.20.0"
|
||||
|
||||
virtio-queue = { version = "0.16", features = ["test-utils"] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user