Content-Length: 310886 | pFad | http://github.com/psqlpy-python/rust-postgres-array/commit/d61d6544a1425cc2cd99d131ace968cd085b31c2

FD Update to postgres 0.15 · psqlpy-python/rust-postgres-array@d61d654 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/psqlpy-python/rust-postgres-array/commit/d61d6544a1425cc2cd99d131ace968cd085b31c2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy