diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a0cc3..11dd3c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.4.0] + +- vmm-sys-utils dependency bumped to match kvm-ioctls + ## [0.3.0] ### Added diff --git a/Cargo.toml b/Cargo.toml index 918ec38..b160be8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kvm-bindings" -version = "0.3.0" +version = "0.4.0" authors = ["Amazon firecracker team "] description = "Rust FFI bindings to KVM generated using bindgen." repository = "https://github.com/rust-vmm/kvm-bindings" @@ -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 }