Skip to content

Commit

Permalink
use thiserror 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Dec 12, 2024
1 parent ab5d70d commit 58d78ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

* Upgrade from thiserror v1 to v2
* Add support of serializing optional `geo-types` with `serialize_optional_geometry`.
* Add support of deserializing optional `geo-types` with `deserialize_optional_geometry`.
* Add support for foreign members to `FeatureWriter`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ default = ["geo-types"]
serde = { version="~1.0", features = ["derive"] }
serde_json = "~1.0"
geo-types = { version = "0.7.13", features = ["serde"], optional = true }
thiserror = "1.0.20"
thiserror = "2.0.6"
log = "0.4.17"

[dev-dependencies]
num-traits = "0.2"
criterion = "0.4.0"
criterion = "0.5.1"

[[bench]]
name = "parse"
Expand Down

0 comments on commit 58d78ff

Please sign in to comment.