Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit a0952f2

Browse files
committed
vfio-bindings version v0.2.0
- Update crate version to 0.2.0 - Add FAM wrappers for vfio\_irq\_set - Update vmm-sys-util version to ">=0.2.0" Signed-off-by: Liu Jiang <[email protected]>
1 parent 46ef9d4 commit a0952f2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# v0.1.0
1+
# [v0.2.0]
2+
3+
## Added
4+
5+
- Add FAM wrappers for vfio\_irq\_set
6+
- Update vmm-sys-util version to ">=0.2.0"
7+
8+
# [v0.1.0]
29

310
This is the first `vfio-bindings` crate release.
411

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vfio-bindings"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["The Cloud Hypervisor Authors"]
55
license = "Apache-2.0 OR BSD-3-Clause"
66
description = "Rust FFI bindings to vfio generated using bindgen."

0 commit comments

Comments
 (0)