Skip to content

Commit 8beca03

Browse files
bors[bot]frewsxcv
andcommitted
Merge #373
373: Bump rstar to 0.4. r=frewsxcv a=frewsxcv Fixes #361 Co-authored-by: Corey Farwell <coreyf@rwell.org>
2 parents d533ec4 + b35f2bf commit 8beca03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geo-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ edition = "2018"
1313
[dependencies]
1414
num-traits = "0.2"
1515
serde = { version = "1", optional = true, features = ["derive"] }
16-
rstar = { version = "0.2", optional = true }
16+
rstar = { version = "0.4", optional = true }

geo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ travis-ci = { repository = "georust/geo" }
1717
[dependencies]
1818
num-traits = "0.2"
1919
serde = { version = "1.0", optional = true, features = ["derive"] }
20-
rstar = { version = "0.2" }
20+
rstar = { version = "0.4" }
2121
failure = "0.1.2"
2222
postgis = { version = "0.6", optional = true }
2323
proj = { version = "0.7", optional = true }

0 commit comments

Comments
 (0)