Skip to content

Commit

Permalink
Merge pull request #1290 from georust/mkirk/update-proj
Browse files Browse the repository at this point in the history
update proj to 0.28.0
  • Loading branch information
urschrei authored Dec 23, 2024
2 parents 785c1d8 + 0430f21 commit 313648d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
// error implements Display for human readable explanations
println!("{}", errors[0]);
```
- BREAKING: update proj to 0.28.0

## 0.29.3 - 2024.12.03

Expand Down
5 changes: 1 addition & 4 deletions geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ geo-types = { version = "0.7.13", features = ["approx", "use-rstar_0_12"] }
geographiclib-rs = { version = "0.2.3", default-features = false }
log = "0.4.11"
num-traits = "0.2"
proj = { version = "0.27.0", optional = true }
proj = { version = "0.28.0", optional = true }
robust = "1.1.0"
rstar = "0.12.0"
serde = { version = "1.0", optional = true, features = ["derive"] }
i_overlay = { version = "1.9.0, < 1.10.0", default-features = false }
# co-erce the version of `home` used transitively by proj (via bindgen -> which -> home)
# See https://github.com/georust/geo/issues/1283
home = { version = "=0.5.9", optional = true }

[dev-dependencies]
approx = ">= 0.4.0, < 0.6.0"
Expand Down

0 comments on commit 313648d

Please sign in to comment.