We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2594e commit 670237cCopy full SHA for 670237c
CHANGELOG.md
@@ -7,6 +7,13 @@
7
8
### Removed
9
10
+## [0.9.1]
11
+
12
+### Changed
13
14
+- Fixed and validated manual (De)Serialize implementations to work with
15
+ `serde_json` crate.
16
17
## [0.9.0]
18
19
### Changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "kvm-bindings"
3
-version = "0.9.0"
+version = "0.9.1"
4
authors = ["Amazon firecracker team <[email protected]>"]
5
description = "Rust FFI bindings to KVM generated using bindgen."
6
repository = "https://github.com/rust-vmm/kvm-bindings"
0 commit comments