Skip to content

Commit

Permalink
Update to thiserror 2 (#215)
Browse files Browse the repository at this point in the history
[This is pretty widespread now](https://lib.rs/crates/thiserror/rev)
(and will be more so by the next Proj release).
  • Loading branch information
TomFryersMidsummer authored Jan 7, 2025
1 parent 5f5f2ad commit 4f1446e
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 @@ proj-sys = { version = "0.25.0", path = "proj-sys" }
geo-types = { version = "0.7.10", optional = true }
libc = "0.2.119"
num-traits = "0.2.14"
thiserror = "1.0.30"
thiserror = "2.0.0"
ureq = { version = "2.0.0", optional = true }

[workspace]
Expand Down

0 comments on commit 4f1446e

Please sign in to comment.