Use geo-types rather than geo

Closes #418
This commit is contained in:
Steven Fackler
2019-02-17 12:33:52 -08:00
parent 7e0f10de0b
commit fb6e19ae60
4 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
"with-bit-vec-0.5" = ["tokio-postgres/with-bit-vec-0.5"]
"with-chrono-0.4" = ["tokio-postgres/with-chrono-0.4"]
"with-eui48-0.4" = ["tokio-postgres/with-eui48-0.4"]
"with-geo-0.11" = ["tokio-postgres/with-geo-0.11"]
"with-geo-types-0.4" = ["tokio-postgres/with-geo-types-0.4"]
"with-serde_json-1" = ["tokio-postgres/with-serde_json-1"]
"with-uuid-0.7" = ["tokio-postgres/with-uuid-0.7"]