Skip to content

Commit

Permalink
Update to thiserror v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 6, 2024
1 parent 56b97c7 commit f2b4e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.194"
serde_derive = "1.0.194"
serde_json = "1.0.110"
thiserror = "1.0.56"
thiserror = "2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down

0 comments on commit f2b4e96

Please sign in to comment.