mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
switch from err_derive to thiserror
This commit is contained in:
parent
e0ee7c87d2
commit
0cd87a8a40
3 changed files with 84 additions and 119 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue