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 11[package ]
22name = " r2d2_postgres"
3- version = " 0.13 .0"
3+ version = " 0.14 .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://docs.rs/r2d2_postgres/0.13.0/r2d2_postgres"
98keywords = [" postgres" , " sql" , " pool" , " database" ]
109
1110[lib ]
Original file line number Diff line number Diff line change 11//! Postgres support for the `r2d2` connection pool.
2- #![ doc( html_root_url="https://docs.rs/r2d2_postgres/0.13.0 " ) ]
2+ #![ doc( html_root_url="https://docs.rs/r2d2_postgres/0.14 " ) ]
33#![ warn( missing_docs) ]
44pub extern crate r2d2;
55pub extern crate postgres;
You can’t perform that action at this time.
0 commit comments