Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump 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 <heruoqing@iscas.ac.cn>
RuoqingHe committed Oct 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bf7d7e8 commit 7bd1626
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
@@ -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.15.0", features = ["backend-mmap", "backend-atomic"] }
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = "0.12.1"

[dev-dependencies]

0 comments on commit 7bd1626

Please sign in to comment.