diff --git a/tokio-postgres/src/types/geo_010.rs b/tokio-postgres/src/types/geo_011.rs similarity index 97% rename from tokio-postgres/src/types/geo_010.rs rename to tokio-postgres/src/types/geo_011.rs index cb44d426..bb40127c 100644 --- a/tokio-postgres/src/types/geo_010.rs +++ b/tokio-postgres/src/types/geo_011.rs @@ -1,5 +1,5 @@ use fallible_iterator::FallibleIterator; -use geo_010::{Coordinate, LineString, Point, Rect}; +use geo_011::{Coordinate, LineString, Point, Rect}; use postgres_protocol::types; use std::error::Error; diff --git a/tokio-postgres/src/types/mod.rs b/tokio-postgres/src/types/mod.rs index d9580c18..4b13150f 100644 --- a/tokio-postgres/src/types/mod.rs +++ b/tokio-postgres/src/types/mod.rs @@ -78,8 +78,8 @@ mod bit_vec_05; mod chrono_04; #[cfg(feature = "with-eui48-0.4")] mod eui48_04; -#[cfg(feature = "with-geo-0.10")] -mod geo_010; +#[cfg(feature = "with-geo-0.11")] +mod geo_011; #[cfg(feature = "with-serde_json-1")] mod serde_json_1; #[cfg(feature = "with-uuid-0.7")]