Skip to content

Commit b416219

Browse files
committed
Release v0.10.0
This release updates the kvm-bindings to >=0.5.0. The kvm-bindings v0.5.0 release replaced the v4.20 bindings with the v5.13 ones. Signed-off-by: Laura Loghin <[email protected]>
1 parent 18eba53 commit b416219

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.10.0
2+
3+
## Changed
4+
- Now depends on kvm-bindings >=0.5.0 which replaced the v4.20 KVM bindings
5+
with the v5.13 ones.
6+
- Updated `VcpuExit::Debug` to return architecture specific information for the
7+
debug event.
8+
19
# v0.9.0
210

311
## Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-ioctls"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm-ioctls"
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
1010

1111
[dependencies]
1212
libc = ">=0.2.39"
13-
kvm-bindings = { version = ">=0.4.0", features = ["fam-wrappers"] }
13+
kvm-bindings = { version = ">=0.5.0", features = ["fam-wrappers"] }
1414
vmm-sys-util = ">=0.8.0"
1515

1616
[dev-dependencies]

0 commit comments

Comments
 (0)