File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.10.2 "
3
+ version = " 0.11.0 "
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.2 /postgres"
8
+ documentation = " https://sfackler.github.io/rust-postgres/doc/v0.11.0 /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.2 /postgres )
4
+ [ Documentation] ( https://sfackler.github.io/rust-postgres/doc/v0.11.0 /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
8
8
You can integrate Rust-Postgres into your project through the [ releases on crates.io] ( https://crates.io/crates/postgres ) :
9
9
``` toml
10
10
# Cargo.toml
11
11
[dependencies ]
12
- postgres = " 0.10 "
12
+ postgres = " 0.11 "
13
13
```
14
14
15
15
## Overview
Original file line number Diff line number Diff line change 38
38
//! }
39
39
//! }
40
40
//! ```
41
- #![ doc( html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.10.2 " ) ]
41
+ #![ doc( html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.0 " ) ]
42
42
#![ warn( missing_docs) ]
43
43
44
44
extern crate bufstream;
You can’t perform that action at this time.
0 commit comments