Release v0.13.3

This commit is contained in:
Steven Fackler 2016-11-30 09:10:48 -08:00
parent af2a104168
commit 8e5f28eb70
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "postgres"
version = "0.13.2"
version = "0.13.3"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "A native PostgreSQL driver"
repository = "https://github.com/sfackler/rust-postgres"
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.13.2/postgres"
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.13.3/postgres"
readme = "README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]

View File

@ -1,7 +1,7 @@
# Rust-Postgres
A native PostgreSQL driver for Rust.
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.13.2/postgres)
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.13.3/postgres)
[![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)

View File

@ -66,7 +66,7 @@
//! .unwrap();
//! }
//! ```
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.13.2")]
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.13.3")]
#![warn(missing_docs)]
#![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy