Skip to content

Commit f629f1b

Browse files
committed
Use geo-types from crates.io.
1 parent 79885b9 commit f629f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ failure = "0.1.1"
2121
postgis = { version = "0.5", optional = true }
2222
proj-sys = { version = "0.6.1", optional = true }
2323
libc = { version = "0.2.39", optional = true }
24-
geo-types = { path = "../geo-types/", features = ["serde", "spade"] }
24+
geo-types = { version = "0.1.0", features = ["serde", "spade"] }
2525

2626
[features]
2727
default = []

0 commit comments

Comments
 (0)