Release v0.11.5
This commit is contained in:
parent
8360821c1e
commit
e806483829
@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "postgres"
|
||||
version = "0.11.4"
|
||||
version = "0.11.5"
|
||||
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.4/postgres"
|
||||
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.5/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.4/postgres)
|
||||
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.11.5/postgres)
|
||||
|
||||
[](https://travis-ci.org/sfackler/rust-postgres) [](https://crates.io/crates/postgres)
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
//! }
|
||||
//! }
|
||||
//! ```
|
||||
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.4")]
|
||||
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.5")]
|
||||
#![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