File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " postgres"
3- version = " 0.8.9 "
3+ version = " 0.9.0 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT"
66description = " A native PostgreSQL driver"
77repository = " https://github.com/sfackler/rust-postgres"
8- documentation = " https://sfackler.github.io/rust-postgres/doc/master /postgres"
8+ documentation = " https://sfackler.github.io/rust-postgres/doc/v0.9.0 /postgres"
99readme = " README.md"
1010keywords = [" database" , " sql" ]
1111build = " build.rs"
Original file line number Diff line number Diff line change 4242//! }
4343//! }
4444//! ```
45- #![ doc( html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.8.9 " ) ]
45+ #![ doc( html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.9.0 " ) ]
4646#![ warn( missing_docs) ]
4747
4848extern crate bufstream;
You can’t perform that action at this time.
0 commit comments