Skip to content

Commit bc86a4f

Browse files
mxpvsameo
authored andcommitted
Bump versions
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent acfe10d commit bc86a4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hv-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hv-sys"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2018"
55
description = "Unsafe bindings for Hypervisor Framework generated with bindgen"
66
authors = ["Maksym Pavlenko <[email protected]>", "The Cloud Hypervisor Authors"]

hv/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hv"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2018"
55
description = "High level Rust bidings to Hypervisor Framework"
66
authors = ["Maksym Pavlenko <[email protected]>", "The Cloud Hypervisor Authors"]
@@ -12,7 +12,7 @@ categories = ["os::macos-apis", "api-bindings", "hardware-support"]
1212

1313
[dependencies]
1414
bitflags = "1.2"
15-
hv-sys = { path = "../hv-sys", version = "0.1.0" }
15+
hv-sys = { path = "../hv-sys", version = "0.1.1" }
1616

1717
[dev-dependencies]
1818
libc = "0.2"

0 commit comments

Comments
 (0)