Skip to content

Commit c45ef69

Browse files
committed
Switched new types to postgres_types
1 parent 24cf4dd commit c45ef69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/postgres_ext/bit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use bytes::{BufMut, BytesMut};
2-
use postgres::types::{to_sql_checked, FromSql, IsNull, ToSql, Type};
2+
use postgres_types::{to_sql_checked, FromSql, IsNull, ToSql, Type};
33
use std::convert::TryInto;
44
use std::error::Error;
55

src/postgres_ext/halfvec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use bytes::{BufMut, BytesMut};
2-
use postgres::types::{to_sql_checked, FromSql, IsNull, ToSql, Type};
2+
use postgres_types::{to_sql_checked, FromSql, IsNull, ToSql, Type};
33
use std::convert::TryInto;
44
use std::error::Error;
55

src/postgres_ext/sparsevec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use bytes::{BufMut, BytesMut};
2-
use postgres::types::{to_sql_checked, FromSql, IsNull, ToSql, Type};
2+
use postgres_types::{to_sql_checked, FromSql, IsNull, ToSql, Type};
33
use std::convert::TryInto;
44
use std::error::Error;
55

0 commit comments

Comments
 (0)