Skip to content

Commit c30b231

Browse files
committed
vfio-ioctls: Upgrade thiserror to latest version
Move thiserror from v1.0 to v2.0.12 Signed-off-by: Jinank Jain <[email protected]>
1 parent adfd39f commit c30b231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vfio-ioctls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libc = "0.2.39"
2626
log = "0.4"
2727
kvm-bindings = { version = "0.10.0", optional = true }
2828
kvm-ioctls = { version = "0.19.0", optional = true }
29-
thiserror = "1.0"
29+
thiserror = "2.0.12"
3030
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings" }
3131
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
3232
vmm-sys-util = { workspace = true }

0 commit comments

Comments
 (0)