Skip to content

Commit fa3241e

Browse files
committed
Fix geo feature
1 parent 756121e commit fa3241e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tokio-postgres/src/types/geo_010.rs renamed to tokio-postgres/src/types/geo_011.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use fallible_iterator::FallibleIterator;
2-
use geo_010::{Coordinate, LineString, Point, Rect};
2+
use geo_011::{Coordinate, LineString, Point, Rect};
33
use postgres_protocol::types;
44
use std::error::Error;
55

tokio-postgres/src/types/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ mod bit_vec_05;
7878
mod chrono_04;
7979
#[cfg(feature = "with-eui48-0.4")]
8080
mod eui48_04;
81-
#[cfg(feature = "with-geo-0.10")]
82-
mod geo_010;
81+
#[cfg(feature = "with-geo-0.11")]
82+
mod geo_011;
8383
#[cfg(feature = "with-serde_json-1")]
8484
mod serde_json_1;
8585
#[cfg(feature = "with-uuid-0.7")]

0 commit comments

Comments
 (0)