File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.10.1 "
3
+ version = " 0.10.2 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " MIT"
6
6
description = " A native PostgreSQL driver"
7
7
repository = " 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"
9
9
readme = " README.md"
10
10
keywords = [" database" , " sql" ]
11
11
build = " build.rs"
Original file line number Diff line number Diff line change 1
1
# Rust-Postgres
2
2
A native PostgreSQL driver for Rust.
3
3
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 )
5
5
6
6
[ ![ 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 )
7
7
Original file line number Diff line number Diff line change 41
41
//! }
42
42
//! }
43
43
//! ```
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 " ) ]
45
45
#![ warn( missing_docs) ]
46
46
47
47
extern crate bufstream;
You can’t perform that action at this time.
0 commit comments