Skip to content

Commit

Permalink
bump thiserror (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhooray authored Nov 30, 2024
1 parent cf79df6 commit 3164525
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rand = "0.8.5"
[dependencies]
criterion = "0.5.1"
num-traits = "0.2"
thiserror = "1.0"
thiserror = "2.0"

[[bench]]
name = "bench"
Expand All @@ -31,4 +31,3 @@ optional = true

[features]
serialize = ["serde", "serde_derive"]

0 comments on commit 3164525

Please sign in to comment.