Skip to content

Commit 7e56474

Browse files
committed
Bump dependencies
1 parent 2f07afe commit 7e56474

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ documentation = "https://sfackler.github.io/doc/postgres_range"
99

1010
[dependencies]
1111
time = "0.1"
12-
postgres = "0.7.1"
13-
byteorder = "0.2"
12+
postgres = "0.8"
13+
byteorder = "0.3"
1414

1515
[dev-dependencies.postgres]
1616
features = ["time"]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Types dealing with ranges of values
22
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-range/doc")]
3-
#![feature(io, core)]
43

54
#[macro_use(to_sql_checked)]
65
extern crate postgres;

0 commit comments

Comments
 (0)