Skip to content

Commit

Permalink
Bump rstar and robust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jul 10, 2023
1 parent 22e6956 commit 4aadf15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Implement "Closest Point" from a `Point` on a `Geometry` using spherical geometry. <https://github.com/georust/geo/pull/958>
* Bump CI containers to use libproj 9.2.1
* Bump rstar and robust dependencies

## 0.25.1

Expand Down
4 changes: 2 additions & 2 deletions geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ geographiclib-rs = { version = "0.2.3", default-features = false }
log = "0.4.11"
num-traits = "0.2"
proj = { version = "0.27.0", optional = true }
robust = "0.2.2"
rstar = "0.10.0"
robust = "1.1.0"
rstar = "0.11.0"
serde = { version = "1.0", optional = true, features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 4aadf15

Please sign in to comment.