Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 210be87

Browse files
committed
Prepare 0.8.1 release
This release contains a hotfix for a bug that made the `Xsave` FAMStructWrapper unusable in downstream code. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 35379af commit 210be87

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
### Removed
99

10+
## [0.8.1]
11+
12+
### Fixed
13+
14+
- Implement `Default` for `kvm_xsave2`, which fixes usage of `Xsave`
15+
unconditionally causing compile errors in downstream crates.
16+
1017
## [0.8.0]
1118

1219
### Added

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.8.0"
3+
version = "0.8.1"
44
authors = ["Amazon firecracker team <firecracker-devel@amazon.com>"]
55
description = "Rust FFI bindings to KVM generated using bindgen."
66
repository = "https://github.com/rust-vmm/kvm-bindings"

0 commit comments

Comments
 (0)