Skip to content

Commit 6988474

Browse files
author
Serban Iorga
committed
run cargo update
Signed-off-by: Serban Iorga <[email protected]>
1 parent dfe8f63 commit 6988474

File tree

4 files changed

+29
-36
lines changed

4 files changed

+29
-36
lines changed

Cargo.lock

Lines changed: 26 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["The Chromium OS Authors"]
55

66
[dependencies]
7-
kvm-bindings = "0.1"
7+
kvm-bindings = "0.2"
88
kvm-ioctls = "0.3"
99
libc = ">=0.2.39"
1010

cpuid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
7-
kvm-bindings = "0.1"
7+
kvm-bindings = "0.2"
88
kvm-ioctls = "0.3"
99
vmm-sys-util = "0.2.0"

vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
7-
kvm-bindings = "0.1"
7+
kvm-bindings = "0.2"
88
kvm-ioctls = "0.3.0"
99
libc = ">=0.2.39"
1010
epoll = "=4.0.1"

0 commit comments

Comments
 (0)