Skip to content

Commit e2d35ee

Browse files
roypatJonathanWoollett-Light
authored andcommitted
Update kvm-bindings to 0.8.0
Signed-off-by: Patrick Roy <[email protected]>
1 parent 913a291 commit e2d35ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [[#255](https://github.com/rust-vmm/kvm-ioctls/issues/255)]: Fixed a
1010
soundness issue when accessing the `kvm_run` struct. `VcpuFd::run()` and
1111
`VcpuFd::set_kvm_immediate_exit()` now take `&mut self` as a consequence.
12+
- [[#260](https://github.com/rust-vmm/kvm-ioctls/pull/260)]: Updated kvm-bindings to 0.8.0.
1213

1314
## v0.16.0
1415

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111

1212
[dependencies]
1313
libc = "0.2.39"
14-
kvm-bindings = { version = "0.7.0", features = ["fam-wrappers"] }
14+
kvm-bindings = { version = "0.8.0", features = ["fam-wrappers"] }
1515
vmm-sys-util = "0.12.1"
1616
bitflags = "2.4.1"
1717

0 commit comments

Comments
 (0)