Skip to content

Commit

Permalink
Upgrade geo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Sep 24, 2024
1 parent 84dd58a commit ace5935
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 372 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ changes.

## Unreleased

- Upgrade Rust geo dependencies

## 0.4.2

- The OSM importer can now handle MultiPolygon boundaries for clipping
Expand Down
2 changes: 1 addition & 1 deletion debug-graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
bincode = "1.3.3"
geo = "0.27.0"
geo = "0.28.0"
geojson = { git = "https://github.com/georust/geojson" }
route-snapper-graph = { path = "../route-snapper-graph" }
serde_json = "1.0.107"
78 changes: 10 additions & 68 deletions geojson-to-route-snapper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion geojson-to-route-snapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
anyhow = "1.0.75"
bincode = "1.3.3"
geo = "0.27.0"
geo = "0.28.0"
geojson = { git = "https://github.com/georust/geojson", features = ["geo-types"] }
route-snapper-graph = { path = "../route-snapper-graph" }
serde = { version = "1.0.188", features = ["derive"] }
Expand Down
72 changes: 10 additions & 62 deletions osm-to-route-snapper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion osm-to-route-snapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
anyhow = "1.0.75"
bincode = "1.3.3"
geo = "0.27.0"
geo = "0.28.0"
geojson = { git = "https://github.com/georust/geojson", features = ["geo-types"] }
log = "0.4.20"
osm-reader = { git = "https://github.com/a-b-street/osm-reader" }
Expand Down
2 changes: 1 addition & 1 deletion route-snapper-graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
geo = { version = "0.27.0" }
geo = { version = "0.28.0" }
serde = { version = "1.0.188", features = ["derive"] }
Loading

0 comments on commit ace5935

Please sign in to comment.