We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f07afe commit 7e56474Copy full SHA for 7e56474
Cargo.toml
@@ -9,8 +9,8 @@ documentation = "https://sfackler.github.io/doc/postgres_range"
9
10
[dependencies]
11
time = "0.1"
12
-postgres = "0.7.1"
13
-byteorder = "0.2"
+postgres = "0.8"
+byteorder = "0.3"
14
15
[dev-dependencies.postgres]
16
features = ["time"]
src/lib.rs
@@ -1,6 +1,5 @@
1
//! Types dealing with ranges of values
2
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-range/doc")]
3
-#![feature(io, core)]
4
5
#[macro_use(to_sql_checked)]
6
extern crate postgres;
0 commit comments