build: Move to released versions of vhost and vhost-user-backend crates

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-11-30 10:55:11 +00:00
parent fc43a50f34
commit 30a7a8033e
6 changed files with 11 additions and 11 deletions

View File

@@ -50,7 +50,6 @@ clap = { version = "4.0.27", features = ["cargo"] }
[patch.crates-io]
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.6.0-tdx" }
versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_derive", branch = "ch" }
vhost = { git = "https://github.com/rust-vmm/vhost", branch = "main" }
[dev-dependencies]
dirs = "4.0.0"