xenstore: adopt thiserror

This commit is contained in:
Alex Zenla
2024-01-30 01:49:56 -08:00
parent cc0b2d97b5
commit 812e357bc9
4 changed files with 29 additions and 69 deletions

View File

@ -8,6 +8,7 @@ resolver = "2"
path = "src/lib.rs"
[dependencies]
thiserror = { workspace = true }
libc = { workspace = true }
log = { workspace = true }