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

Commit 670237c

Browse files
RuoqingHeroypat
authored andcommitted
chore: Prepare 0.9.1 release
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent ed2594e commit 670237c

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.9.1]
11+
12+
### Changed
13+
14+
- Fixed and validated manual (De)Serialize implementations to work with
15+
`serde_json` crate.
16+
1017
## [0.9.0]
1118

1219
### Changed

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.9.0"
3+
version = "0.9.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)