Skip to content

Commit

Permalink
pull out use-proj from geo dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinicke committed Nov 29, 2023
1 parent 23fec72 commit 499554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0"
rayon = "1.7.0"
geo = { version = "0.27.0", features = ["use-serde", "use-proj"] }
geo = { version = "0.27.0", features = ["use-serde"] }
geo-types = "0.7.12"
geojson = { version = "0.24.1" }
rstar = "0.11.0"
Expand Down

0 comments on commit 499554c

Please sign in to comment.