Skip to content

Commit 253069e

Browse files
update the dev-dependency of virtio-blk
Dependencies should be specified using caret requirements. Signed-off-by: Andreea Florescu <[email protected]>
1 parent 4c96ade commit 253069e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/devices/virtio-blk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ virtio-device = { path = "../../virtio-device" }
2121
virtio-bindings = { path = "../../virtio-bindings", version = "0.1.0" }
2222

2323
[dev-dependencies]
24-
vm-memory = { version = ">=0.8.0", features = ["backend-mmap", "backend-atomic"] }
24+
vm-memory = { version = "0.9.0", features = ["backend-mmap", "backend-atomic"] }
2525
virtio-queue = { path = "../../virtio-queue", features = ["test-utils"] }

0 commit comments

Comments
 (0)