Skip to content

Commit

Permalink
Update to thiserror 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsktom committed Nov 7, 2024
1 parent ab98a36 commit aa7510c
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 150 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ serde_json = "1.0.*"
chrono = "0.4"
itertools = "0.13"
tracing = "0.1"
thiserror = "1.0"
unicase = "2.7"
thiserror = "2.0"
unicase = "2.8"

[dev-dependencies]
criterion = "0.5"
Expand Down
Loading

0 comments on commit aa7510c

Please sign in to comment.