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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue