Fix geo feature

This commit is contained in:
Steven Fackler
2019-01-31 21:28:04 -08:00
parent 756121ed62
commit fa3241e6b5
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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")]