Skip to content

Commit

Permalink
Update vm-memory/virtio-queue in virtio-queue-ser
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 1eba8f7 commit fa43a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/virtio-queue-ser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ serde = { version = "1.0.27", features = ["derive"] }
versionize = "0.1.6"
versionize_derive = "0.1.3"
# The `path` part gets stripped when publishing the crate.
virtio-queue = { path = "../../crates/virtio-queue", version = "0.6.0" }
vm-memory = "0.9.0"
virtio-queue = { path = "../../crates/virtio-queue", version = "=0.7.0" }
vm-memory = "0.10.0"

0 comments on commit fa43a39

Please sign in to comment.