Skip to content

Commit

Permalink
Update vm-memory, virtio-queue for virtio-vsock
Browse files Browse the repository at this point in the history
vm-memory 0.9.0 -> 0.10.0
virtio-queue 0.6.0 -> 0.7.0

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat authored and andreeaflorescu committed Nov 14, 2022
1 parent 26cace0 commit 5b1f3e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/devices/virtio-vsock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ edition = "2021"

[dependencies]
# The `path` part gets stripped when publishing the crate.
virtio-queue = { path = "../../virtio-queue", version = "0.6.0" }
virtio-queue = { path = "../../virtio-queue", version = "0.7.0" }
virtio-bindings = { path = "../../virtio-bindings", version = "0.1.0" }
vm-memory = "0.9.0"
vm-memory = "0.10.0"

[dev-dependencies]
virtio-queue = { path = "../../virtio-queue", version = "0.6.0", features = ["test-utils"] }
vm-memory = { version = "0.9.0", features = ["backend-mmap", "backend-atomic"] }
virtio-queue = { path = "../../virtio-queue", version = "0.7.0", features = ["test-utils"] }
vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic"] }

0 comments on commit 5b1f3e3

Please sign in to comment.