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.10.1 "
3+ version = " 0.10.2 "
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/v0.10.1 /postgres"
8+ documentation = " https://sfackler.github.io/rust-postgres/doc/v0.10.2 /postgres"
99readme = " README.md"
1010keywords = [" database" , " sql" ]
1111build = " build.rs"
Original file line number Diff line number Diff line change 11# Rust-Postgres
22A native PostgreSQL driver for Rust.
33
4- [ Documentation] ( https://sfackler.github.io/rust-postgres/doc/v0.10.1 /postgres )
4+ [ Documentation] ( https://sfackler.github.io/rust-postgres/doc/v0.10.2 /postgres )
55
66[ ![ Build Status] ( https://travis-ci.org/sfackler/rust-postgres.png?branch=master )] ( https://travis-ci.org/sfackler/rust-postgres ) [ ![ Latest Version] ( https://img.shields.io/crates/v/postgres.svg )] ( https://crates.io/crates/postgres )
77
Original file line number Diff line number Diff line change 4141//! }
4242//! }
4343//! ```
44- #![ doc( html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.10.1 " ) ]
44+ #![ doc( html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.10.2 " ) ]
4545#![ warn( missing_docs) ]
4646
4747extern crate bufstream;
You can’t perform that action at this time.
0 commit comments