Skip to content

Commit

Permalink
deps: Update kvm-bindings dependency
Browse files Browse the repository at this point in the history
This is a test patch to validate that using latest kvm-bindings works
correctly. The latest bindings are located on a temporary branch
"update_bindings" on sboeuf's repository.

Signed-off-by: Sebastien Boeuf <[email protected]>
  • Loading branch information
Sebastien Boeuf committed Jul 8, 2021
1 parent 46693b4 commit 2d79666
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ libc = ">=0.2.39"
kvm-bindings = { version = ">=0.4.0", features = ["fam-wrappers"] }
vmm-sys-util = ">=0.8.0"

[patch.crates-io]
kvm-bindings = { git = "https://github.com/sboeuf/kvm-bindings", branch = "update_bindings", features = ["fam-wrappers"] }

[dev-dependencies]
byteorder = ">=1.2.1"

0 comments on commit 2d79666

Please sign in to comment.