Skip to content

Commit 90ece63

Browse files
RuoqingHelauralt
authored andcommitted
build(deps): bump vmm-sys-util to 0.14.0
Updates `vmm-sys-util` to 0.14.0 - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md) - [Commits](rust-vmm/vmm-sys-util@v0.13.0...v0.14.0) Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 0bb5f87 commit 90ece63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kvm-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = ["dep:serde", "serde/derive", "dep:zerocopy"]
2020

2121

2222
[dependencies]
23-
vmm-sys-util = { version = "0.13.0", optional = true }
23+
vmm-sys-util = { version = "0.14.0", optional = true }
2424
serde = { version = "1.0.0", optional = true, features = ["derive"] }
2525
zerocopy = { version = "0.8.23", optional = true, features = ["derive"] }
2626

kvm-ioctls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
[dependencies]
1313
libc = "0.2.39"
1414
kvm-bindings = { path = "../kvm-bindings", version = "0.11.0", features = ["fam-wrappers"] }
15-
vmm-sys-util = "0.13.0"
15+
vmm-sys-util = "0.14.0"
1616
bitflags = "2.4.1"
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)