File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ edition = "2018"
6
6
license = " MIT"
7
7
description = " Range support for rust-postgres"
8
8
repository = " https://github.com/sfackler/rust-postgres-range"
9
- documentation = " https://sfackler.github.io/rust-postgres-range/doc/v0.9.0/postgres_range"
10
9
11
10
[features ]
12
11
with-chrono-0_4 = [" chrono-04" , " postgres-types/with-chrono-0_4" ]
@@ -17,4 +16,4 @@ postgres-types = "0.2"
17
16
chrono-04 = { version = " 0.4" , package = " chrono" , optional = true }
18
17
19
18
[dev-dependencies ]
20
- postgres = " 0.17 "
19
+ postgres = " 0.19 "
Original file line number Diff line number Diff line change 1
1
//! 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 " ) ]
3
3
#![ warn( clippy:: all, rust_2018_idioms, missing_docs) ]
4
4
5
5
#[ macro_use( to_sql_checked) ]
You can’t perform that action at this time.
0 commit comments