We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfd39f commit c30b231Copy full SHA for c30b231
vfio-ioctls/Cargo.toml
@@ -26,7 +26,7 @@ libc = "0.2.39"
26
log = "0.4"
27
kvm-bindings = { version = "0.10.0", optional = true }
28
kvm-ioctls = { version = "0.19.0", optional = true }
29
-thiserror = "1.0"
+thiserror = "2.0.12"
30
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings" }
31
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
32
vmm-sys-util = { workspace = true }
0 commit comments