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

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rbradford authored and andreeaflorescu committed Mar 8, 2021
1 parent 4a6ab0d commit e3bcfb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.4.0]

- vmm-sys-utils dependency bumped to match kvm-ioctls

## [0.3.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvm-bindings"
version = "0.3.0"
version = "0.4.0"
authors = ["Amazon firecracker team <[email protected]>"]
description = "Rust FFI bindings to KVM generated using bindgen."
repository = "https://github.com/rust-vmm/kvm-bindings"
Expand All @@ -14,4 +14,4 @@ kvm-v4_20_0 = []
fam-wrappers = ["vmm-sys-util"]

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

0 comments on commit e3bcfb2

Please sign in to comment.