Release v0.11.6
This commit is contained in:
parent
96b1f7b7f7
commit
f41b208b99
@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "postgres"
|
name = "postgres"
|
||||||
version = "0.11.5"
|
version = "0.11.6"
|
||||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A native PostgreSQL driver"
|
description = "A native PostgreSQL driver"
|
||||||
repository = "https://github.com/sfackler/rust-postgres"
|
repository = "https://github.com/sfackler/rust-postgres"
|
||||||
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.5/postgres"
|
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.6/postgres"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["database", "postgres", "postgresql", "sql"]
|
keywords = ["database", "postgres", "postgresql", "sql"]
|
||||||
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
|
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Rust-Postgres
|
# Rust-Postgres
|
||||||
A native PostgreSQL driver for Rust.
|
A native PostgreSQL driver for Rust.
|
||||||
|
|
||||||
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.11.5/postgres)
|
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.11.6/postgres)
|
||||||
|
|
||||||
[](https://travis-ci.org/sfackler/rust-postgres) [](https://crates.io/crates/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.5")]
|
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.6")]
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
#![allow(unknown_lints, needless_lifetimes)] // for clippy
|
#![allow(unknown_lints, needless_lifetimes)] // for clippy
|
||||||
#![cfg_attr(all(unix, feature = "nightly"), feature(unix_socket))]
|
#![cfg_attr(all(unix, feature = "nightly"), feature(unix_socket))]
|
||||||
|
Loading…
Reference in New Issue
Block a user