Merge branch 'release'
This commit is contained in:
commit
498eca69c6
@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "postgres"
|
||||
version = "0.11.6"
|
||||
version = "0.11.7"
|
||||
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.11.6/postgres"
|
||||
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.7/postgres"
|
||||
readme = "README.md"
|
||||
keywords = ["database", "postgres", "postgresql", "sql"]
|
||||
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Rust-Postgres
|
||||
A native PostgreSQL driver for Rust.
|
||||
|
||||
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.11.6/postgres)
|
||||
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.11.7/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)
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
//! }
|
||||
//! }
|
||||
//! ```
|
||||
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.6")]
|
||||
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.7")]
|
||||
#![warn(missing_docs)]
|
||||
#![allow(unknown_lints, needless_lifetimes)] // for clippy
|
||||
#![cfg_attr(all(unix, feature = "nightly"), feature(unix_socket))]
|
||||
|
Loading…
Reference in New Issue
Block a user