Skip to content

Commit 83e06bd

Browse files
committed
Update minimum rstar version to 0.12.2 and update changelogs
1 parent 31de4dd commit 83e06bd

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

geo-types/CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Add rstar compatibility for MultiPolygon
1010
- Add multi-threading support to Multi\* geometries.
1111
- Feature-gated (`multithreading`), disabled by default, enabled by default when `geo-types` is used by `geo`
12+
- Bumps rstar minimum version from 0.12.0 to 0.12.2
1213

1314
## 0.7.13
1415

geo-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rstar_0_8 = { package = "rstar", version = "0.8", optional = true }
3434
rstar_0_9 = { package = "rstar", version = "0.9", optional = true }
3535
rstar_0_10 = { package = "rstar", version = "0.10", optional = true }
3636
rstar_0_11 = { package = "rstar", version = "0.11", optional = true }
37-
rstar_0_12 = { package = "rstar", version = "0.12", optional = true }
37+
rstar_0_12 = { package = "rstar", version = "0.12.2", optional = true }
3838
serde = { version = "1", optional = true, default-features = false, features = ["alloc", "derive"] }
3939

4040
[dev-dependencies]

geo/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
- <https://github.com/georust/geo/pull/1248>
1818
- Add Unary Union algorithm for fast union ops on adjacent / overlapping geometries
1919
- <https://github.com/georust/geo/pull/1246>
20+
- Adds an optional dependency on Rayon (previously depended on by i_overlay)
21+
- Bumps minimum rstar version to 0.12.2
2022

2123
## 0.29.0 - 2024.10.30
2224

geo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ log = "0.4.11"
3030
num-traits = "0.2"
3131
proj = { version = "0.27.0", optional = true }
3232
robust = "1.1.0"
33-
rstar = "0.12.0"
33+
rstar = "0.12.2"
3434
serde = { version = "1.0", optional = true, features = ["derive"] }
3535
i_overlay = { version = "1.7.2, < 1.8.0", default-features = false }
3636

0 commit comments

Comments
 (0)