Skip to content

Commit

Permalink
Release postgres v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 4, 2017
1 parent 89f5378 commit bd2710b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "postgres"
version = "0.13.5"
version = "0.13.6"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT"
description = "A native PostgreSQL driver"
repository = "https://github.com/sfackler/rust-postgres"
documentation = "https://docs.rs/postgres/0.13.5/postgres"
documentation = "https://docs.rs/postgres/0.13.6/postgres"
readme = "../README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
Expand Down
2 changes: 1 addition & 1 deletion postgres/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
//! .unwrap();
//! }
//! ```
#![doc(html_root_url="https://docs.rs/postgres/0.13.5")]
#![doc(html_root_url="https://docs.rs/postgres/0.13.6")]
#![warn(missing_docs)]
#![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy

Expand Down

0 comments on commit bd2710b

Please sign in to comment.