Skip to content

Commit

Permalink
build: bump vm-meory from 0.14.0 to 0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Muminul Islam <[email protected]>
  • Loading branch information
russell-islam committed Sep 13, 2024
1 parent a1f6e52 commit c540406
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.14.0", features = ["backend-mmap", "backend-atomic"] }
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = "0.12.1"

[dev-dependencies]
Expand Down

0 comments on commit c540406

Please sign in to comment.