Skip to content

Commit

Permalink
Test mshv-bindings fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jinank Jain <[email protected]>
  • Loading branch information
jinankjain authored and Jinank Jain committed Apr 8, 2024
1 parent 6413461 commit ac78c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/vfio-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ thiserror = "1.0"
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings" }
vm-memory = { version = "0.14.0", features = ["backend-mmap"] }
vmm-sys-util = "0.12.1"
mshv-bindings = { git = "https://github.com/rust-vmm/mshv", branch = "main", features = ["with-serde", "fam-wrappers"], optional = true }
mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", branch = "main", optional = true }
mshv-bindings = { git = "https://github.com/jinankjain/mshv", branch = "def_features", features = ["with-serde", "fam-wrappers"], optional = true }
mshv-ioctls = { git = "https://github.com/jinankjain/mshv", branch = "def_features", optional = true }

0 comments on commit ac78c63

Please sign in to comment.