Skip to content

Commit 4f1446e

Browse files
Update to thiserror 2 (#215)
[This is pretty widespread now](https://lib.rs/crates/thiserror/rev) (and will be more so by the next Proj release).
1 parent 5f5f2ad commit 4f1446e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proj-sys = { version = "0.25.0", path = "proj-sys" }
1818
geo-types = { version = "0.7.10", optional = true }
1919
libc = "0.2.119"
2020
num-traits = "0.2.14"
21-
thiserror = "1.0.30"
21+
thiserror = "2.0.0"
2222
ureq = { version = "2.0.0", optional = true }
2323

2424
[workspace]

0 commit comments

Comments
 (0)