Skip to content

Commit c75cfdf

Browse files
committed
There is a bug in rstar 0.12.1, so pin for now.
see: georust/rstar#181
1 parent ab9856f commit c75cfdf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

geo-types/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## UNRELEASED
4+
5+
* Pin to rstar 0.12.0, to avoid a bug in 0.12.1
6+
37
## 0.7.13
48

59
* POSSIBLY BREAKING: Minimum supported version of Rust (MSRV) is now 1.70

geo/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ log = "0.4.11"
2929
num-traits = "0.2"
3030
proj = { version = "0.27.0", optional = true }
3131
robust = "1.1.0"
32-
rstar = "0.12.0"
32+
# There is a bug in rstar 0.12.1, so pin for now.
33+
# see: https://github.com/georust/rstar/pull/181
34+
rstar = "=0.12.0"
3335
serde = { version = "1.0", optional = true, features = ["derive"] }
3436
i_overlay = { version = "1.7.2", default-features = false }
3537

0 commit comments

Comments
 (0)