File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " r2d2_postgres"
3- version = " 0.11.1 "
3+ version = " 0.12.0 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT"
66description = " Postgres support for the r2d2 connection pool"
77repository = " https://github.com/sfackler/r2d2-postgres"
8- documentation = " https://sfackler.github.io/r2d2-postgres/doc/v0.11.1 /r2d2_postgres"
8+ documentation = " https://docs.rs/r2d2_postgres/0.12.0 /r2d2_postgres"
99keywords = [" postgres" , " sql" , " pool" , " database" ]
1010
1111[lib ]
@@ -18,5 +18,5 @@ name = "test"
1818path = " tests/test.rs"
1919
2020[dependencies ]
21- r2d2 = " >= 0.6, < 0.8 "
22- postgres = " >= 0.12, < 0.15 "
21+ r2d2 = " 0.7 "
22+ postgres = " 0.14 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ r2d2-postgres
33
44[ ![ Build Status] ( https://travis-ci.org/sfackler/r2d2-postgres.svg?branch=master )] ( https://travis-ci.org/sfackler/r2d2-postgres )
55
6- [ Documentation] ( https://sfackler.github.io/r2d2-postgres/doc/v0.11.0 /r2d2_postgres )
6+ [ Documentation] ( https://docs.rs /r2d2_postgres )
77
88[ rust-postgres] ( https://github.com/sfackler/rust-postgres ) support library for the [ r2d2] ( https://github.com/sfackler/r2d2 ) connection pool.
99
Original file line number Diff line number Diff line change 11//! Postgres support for the `r2d2` connection pool.
2- #![ doc( html_root_url="https://sfackler.github.io/r2d2-postgres/doc/v0.11.1 " ) ]
2+ #![ doc( html_root_url="https://docs.rs/r2d2_postgres/0.12.0 " ) ]
33#![ warn( missing_docs) ]
44pub extern crate r2d2;
55pub extern crate postgres;
You can’t perform that action at this time.
0 commit comments