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"
66license = " MIT"
77description = " Range support for rust-postgres"
88repository = " 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 ]
1211with-chrono-0_4 = [" chrono-04" , " postgres-types/with-chrono-0_4" ]
@@ -17,4 +16,4 @@ postgres-types = "0.2"
1716chrono-04 = { version = " 0.4" , package = " chrono" , optional = true }
1817
1918[dev-dependencies ]
20- postgres = " 0.17 "
19+ postgres = " 0.19 "
Original file line number Diff line number Diff line change 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) ]
You can’t perform that action at this time.
0 commit comments