We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c96ade commit 253069eCopy full SHA for 253069e
crates/devices/virtio-blk/Cargo.toml
@@ -21,5 +21,5 @@ virtio-device = { path = "../../virtio-device" }
21
virtio-bindings = { path = "../../virtio-bindings", version = "0.1.0" }
22
23
[dev-dependencies]
24
-vm-memory = { version = ">=0.8.0", features = ["backend-mmap", "backend-atomic"] }
+vm-memory = { version = "0.9.0", features = ["backend-mmap", "backend-atomic"] }
25
virtio-queue = { path = "../../virtio-queue", features = ["test-utils"] }
0 commit comments