build: Bump kvm-bindings and crates that depend on it

This removes the custom fork as the upstream version now has serde
support.

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-04-25 16:25:46 +01:00
parent 7be69edf51
commit 1ef2b488c7
5 changed files with 20 additions and 25 deletions

View File

@@ -34,9 +34,6 @@ vm-virtio = { path = "../vm-virtio" }
[dependencies.cloud-hypervisor]
path = ".."
[patch.crates-io]
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.7.0" }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]