Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>
  • Loading branch information
mxpv authored and sameo committed Jan 27, 2022
1 parent acfe10d commit bc86a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hv-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hv-sys"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
description = "Unsafe bindings for Hypervisor Framework generated with bindgen"
authors = ["Maksym Pavlenko <[email protected]>", "The Cloud Hypervisor Authors"]
Expand Down
4 changes: 2 additions & 2 deletions hv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hv"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
description = "High level Rust bidings to Hypervisor Framework"
authors = ["Maksym Pavlenko <[email protected]>", "The Cloud Hypervisor Authors"]
Expand All @@ -12,7 +12,7 @@ categories = ["os::macos-apis", "api-bindings", "hardware-support"]

[dependencies]
bitflags = "1.2"
hv-sys = { path = "../hv-sys", version = "0.1.0" }
hv-sys = { path = "../hv-sys", version = "0.1.1" }

[dev-dependencies]
libc = "0.2"
Expand Down

0 comments on commit bc86a4f

Please sign in to comment.