Skip to content

Commit

Permalink
build: Bump vm-memory from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Ross <[email protected]>
  • Loading branch information
alyssais authored and rbradford committed Sep 7, 2023
1 parent 352db2e commit 2d96b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_derive = "1.0.149"
serde_json = "1.0.93"
thiserror = "1.0.38"
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = ["fam-wrappers"] }
vm-memory = { version = "0.11.0", features = ["backend-mmap", "backend-atomic"] }
vm-memory = { version = "0.12.0", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = "0.11.0"

[dev-dependencies]
Expand Down

0 comments on commit 2d96b90

Please sign in to comment.