Skip to content

Commit 96c3d36

Browse files
rbradfordjiangliu
authored andcommitted
Depend on kvm-bindings =0.3.0
The newer 0.3.1 release has a fixed dependency on a conflicting version of vmm-sys-utils so it is necessary to fix this crate to depend on the older version which has a more flexible vmm-sys-utils dependency. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
1 parent a78ddc2 commit 96c3d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
1010

1111
[dependencies]
1212
libc = ">=0.2.39"
13-
kvm-bindings = { version = ">=0.2.0", features = ["fam-wrappers"] }
13+
kvm-bindings = { version = "=0.3.0", features = ["fam-wrappers"] }
1414
vmm-sys-util = ">=0.8.0"
1515

1616
[dev-dependencies]

0 commit comments

Comments
 (0)