We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79885b9 commit f629f1bCopy full SHA for f629f1b
geo/Cargo.toml
@@ -21,7 +21,7 @@ failure = "0.1.1"
21
postgis = { version = "0.5", optional = true }
22
proj-sys = { version = "0.6.1", optional = true }
23
libc = { version = "0.2.39", optional = true }
24
-geo-types = { path = "../geo-types/", features = ["serde", "spade"] }
+geo-types = { version = "0.1.0", features = ["serde", "spade"] }
25
26
[features]
27
default = []
0 commit comments