Skip to content

Commit

Permalink
switch from err_derive to thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Dec 5, 2024
1 parent e0ee7c8 commit 0cd87a8
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 119 deletions.
112 changes: 47 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ snap = "1.1.1"
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde_json = "1.0.117"
serde_repr = "0.1.19"
err-derive = "0.3.1"
thiserror = "2.0.4"
parse-display = "0.9.1"
main_error = "0.1.2"
jemallocator = { version = "0.5.4", optional = true }
Expand Down
Loading

0 comments on commit 0cd87a8

Please sign in to comment.