Skip to content

Commit d61d654

Browse files
committed
Update to postgres 0.15
1 parent 54f72f5 commit d61d654

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ documentation = "https://docs.rs/postgres_array/0.8.0/postgres_array"
99

1010
[dependencies]
1111
fallible-iterator = "0.1"
12-
postgres = "0.14"
12+
postgres-shared = "0.4"
1313
postgres-protocol = "0.3"
14+
15+
[dev-dependencies]
16+
postgres = "0.15"

src/impls.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 postgres::types::{Type, Kind, ToSql, FromSql, IsNull};
2+
use postgres_shared::types::{Type, Kind, ToSql, FromSql, IsNull};
33
use postgres_protocol::types;
44
use postgres_protocol;
55
use std::error::Error;

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33

44
extern crate fallible_iterator;
55
#[macro_use]
6-
extern crate postgres;
6+
extern crate postgres_shared;
77
extern crate postgres_protocol;
88

9+
#[cfg(test)]
10+
extern crate postgres;
11+
912
#[doc(inline)]
1013
pub use array::Array;
1114

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy