Skip to content

Commit

Permalink
Bump geo-types min version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nk9 committed May 26, 2024
1 parent 8e3492c commit 65f5f22
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 @@ -16,7 +16,7 @@ default = ["geo-types"]
[dependencies]
serde = { version="~1.0", features = ["derive"] }
serde_json = "~1.0"
geo-types = { version = "0.7", features = ["serde"], optional = true }
geo-types = { version = "0.7.13", features = ["serde"], optional = true }
thiserror = "1.0.20"
log = "0.4.17"

Expand Down

0 comments on commit 65f5f22

Please sign in to comment.