Skip to content

Commit

Permalink
build: Update vm-memory from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ruoqing He <[email protected]>
  • Loading branch information
TimePrinciple authored and epilys committed Oct 15, 2024
1 parent 4f15927 commit 6b1ccb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ lto = true
codegen-units = 1

[workspace.dependencies]
vm-memory = "0.15.0"
vm-memory = "0.16.0"
vmm-sys-util = "0.12.1"
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ memfd = "0.6.3"
virtio-queue = { path = "../virtio-queue", features = ["test-utils"] }
virtio-vsock = { path = "../virtio-vsock" }
virtio-queue-ser = { path = "../virtio-queue-ser" }
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-atomic"] }
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-atomic"] }
common = { path = "common" }
virtio-blk = { path = "../virtio-blk", features = ["backend-stdio"] }

Expand Down
2 changes: 1 addition & 1 deletion fuzz/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ virtio-queue = { path = "../../virtio-queue", features = ["test-utils"] }
virtio-vsock = { path = "../../virtio-vsock" }
virtio-queue-ser = { path = "../../virtio-queue-ser" }
virtio-blk = { path = "../../virtio-blk" }
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-atomic"] }
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-atomic"] }

0 comments on commit 6b1ccb1

Please sign in to comment.