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

Commit e3bcfb2

Browse files
rbradfordandreeaflorescu
authored andcommitted
Release 0.4.0
This release is to allow kvm-ioctls to be released with an increased dependency on kvm-bindings rather than pinning to an older version. Update the vmm-sys-utils version to reflect the latest version and to match the one from kvm-ioctls. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
1 parent 4a6ab0d commit e3bcfb2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.4.0]
4+
5+
- vmm-sys-utils dependency bumped to match kvm-ioctls
6+
37
## [0.3.0]
48

59
### Added

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-bindings"
3-
version = "0.3.0"
3+
version = "0.4.0"
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"
@@ -14,4 +14,4 @@ kvm-v4_20_0 = []
1414
fam-wrappers = ["vmm-sys-util"]
1515

1616
[dependencies]
17-
vmm-sys-util = { version = ">=0.2.0", optional = true }
17+
vmm-sys-util = { version = ">=0.8.0", optional = true }

0 commit comments

Comments
 (0)