Skip to content

Commit 5290f56

Browse files
RuoqingHeroypat
authored andcommitted
Release kvm-bindings v0.14.0 and kvm-ioctls v0.24.0 to consume Rust edition change and newly exposed X2ApicApi capability. Signed-off-by: Ruoqing He <[email protected]>
1 parent d699823 commit 5290f56

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

kvm-bindings/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Upcoming Release
44

5+
## v0.14.0
6+
57
### Changed
8+
69
- Rust edition 2024
710

811
## v0.13.0

kvm-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-bindings"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Amazon firecracker team <[email protected]>"]
55
description = "Rust FFI bindings to KVM generated using bindgen."
66
repository = "https://github.com/rust-vmm/kvm"

kvm-ioctls/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Upcoming Release
44

5+
## v0.24.0
6+
57
### Added
68

79
- Plumb through KVM_CAP_X2APIC_API as X2ApicApi cap.

kvm-ioctls/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.23.0"
3+
version = "0.24.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm"
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212

1313
[dependencies]
1414
libc = "0.2.39"
15-
kvm-bindings = { path = "../kvm-bindings", version = "0.13.0", features = ["fam-wrappers"] }
15+
kvm-bindings = { path = "../kvm-bindings", version = "0.14.0", features = ["fam-wrappers"] }
1616
vmm-sys-util = { workspace = true }
1717
bitflags = "2.4.1"
1818

0 commit comments

Comments
 (0)