Switch to using thiserror

This commit is contained in:
Nick Fitzgerald
2021-09-28 13:09:24 -07:00
committed by Chris Fallin
parent b93304b327
commit 38da2cee3e
3 changed files with 68 additions and 38 deletions

View File

@@ -7,3 +7,4 @@ license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
log = "0.4"
thiserror = "1.0.29"