We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d533ec4 + b35f2bf commit 8beca03Copy full SHA for 8beca03
geo-types/Cargo.toml
@@ -13,4 +13,4 @@ edition = "2018"
13
[dependencies]
14
num-traits = "0.2"
15
serde = { version = "1", optional = true, features = ["derive"] }
16
-rstar = { version = "0.2", optional = true }
+rstar = { version = "0.4", optional = true }
geo/Cargo.toml
@@ -17,7 +17,7 @@ travis-ci = { repository = "georust/geo" }
17
18
19
serde = { version = "1.0", optional = true, features = ["derive"] }
20
-rstar = { version = "0.2" }
+rstar = { version = "0.4" }
21
failure = "0.1.2"
22
postgis = { version = "0.6", optional = true }
23
proj = { version = "0.7", optional = true }
0 commit comments