Skip to content

Commit 542dd8b

Browse files
committed
Release v0.11.0
1 parent 33ac7f7 commit 542dd8b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ edition = "2018"
66
license = "MIT"
77
description = "Range support for rust-postgres"
88
repository = "https://github.com/sfackler/rust-postgres-range"
9-
documentation = "https://sfackler.github.io/rust-postgres-range/doc/v0.9.0/postgres_range"
109

1110
[features]
1211
with-chrono-0_4 = ["chrono-04", "postgres-types/with-chrono-0_4"]
@@ -17,4 +16,4 @@ postgres-types = "0.2"
1716
chrono-04 = { version = "0.4", package = "chrono", optional = true }
1817

1918
[dev-dependencies]
20-
postgres = "0.17"
19+
postgres = "0.19"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Types dealing with ranges of values
2-
#![doc(html_root_url = "https://sfackler.github.io/rust-postgres-range/doc/v0.9")]
2+
#![doc(html_root_url = "https://sfackler.github.io/rust-postgres-range/doc/v0.11")]
33
#![warn(clippy::all, rust_2018_idioms, missing_docs)]
44

55
#[macro_use(to_sql_checked)]

0 commit comments

Comments
 (0)