Skip to content

Commit

Permalink
Merge b7c7dbb into e590efd
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 25, 2020
2 parents e590efd + b7c7dbb commit 1c29016
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions geo-types/CHANGES.md
Expand Up @@ -3,6 +3,7 @@
## Unreleased

* geo-types: Remove COORD_PRECISION which was an arbitrary constant of 0.1m
* Bump rstar version to 0.8.0

## 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion geo-types/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
approx = "0.3"
num-traits = "0.2"
serde = { version = "1", optional = true, features = ["derive"] }
rstar = { version = "0.7", optional = true }
rstar = { version = "0.8", optional = true }

[dev-dependencies]
approx = "0.3"
3 changes: 3 additions & 0 deletions geo/CHANGES.md
@@ -1,5 +1,8 @@
# Changes

## Unreleased
* Bump rstar version to 0.8.0

## 0.13.0

* Bump geo-types dependency to 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion geo/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ travis-ci = { repository = "georust/geo" }
[dependencies]
num-traits = "0.2"
serde = { version = "1.0", optional = true, features = ["derive"] }
rstar = { version = "0.7" }
rstar = { version = "0.8" }
geographiclib-rs = { version = "0.2" }

proj = { version = "0.16.2", optional = true }
Expand Down

0 comments on commit 1c29016

Please sign in to comment.