Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 566201b

Browse files
committed
kvm-ioctls: use local kvm-bindings dependency
Use `path = ` syntax in Cargo.toml to use the local copy of kvm-bindings if present.
1 parent 7ffcc0b commit 566201b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvm-ioctls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111

1212
[dependencies]
1313
libc = "0.2.39"
14-
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"] }
14+
kvm-bindings = { path = "../kvm-bindings", version = "0.10.0", features = ["fam-wrappers"] }
1515
vmm-sys-util = "0.12.1"
1616
bitflags = "2.4.1"
1717

0 commit comments

Comments
 (0)