Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Cargo.toml points to temporal kvm-{bindings, ioctls} repos

Signed-off-by: Matias Ezequiel Vara Larsen <[email protected]>
  • Loading branch information
MatiasVara committed Nov 26, 2024
1 parent 1b53923 commit 8876bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
readme = "README.md"

[dependencies]
kvm-bindings = { path = "../kvm-bindings" }
kvm-ioctls = { path = "../kvm-ioctls" }
kvm-bindings = { git = "https://github.com/virtee/kvm-bindings", branch = "add_bindings_for_realms" }
kvm-ioctls = { git = "https://github.com/virtee/kvm-ioctls", branch = "cca" }
libc = "0.2.154"
vmm-sys-util = "0.12.1"

0 comments on commit 8876bca

Please sign in to comment.