mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: use latest 0.6.8 mshv crates
Use mshv-{ioctls, bindings) with the latest versions
that fixes a bug on interrupt vector.
Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
4
fuzz/Cargo.lock
generated
4
fuzz/Cargo.lock
generated
@@ -789,9 +789,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mshv-bindings"
|
||||
version = "0.6.7"
|
||||
version = "0.6.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3cbfd4f32d185152003679339751839da77c17e18fa8882a11051a236f841426"
|
||||
checksum = "a94fc3871dd23738188e5bc76a1d1a5930ebcaf9308c560a7274aa62b1770594"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"num_enum",
|
||||
|
||||
Reference in New Issue
Block a user