Release postgres v0.14.2
This commit is contained in:
parent
138f89993c
commit
3be6bba7a4
@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "postgres"
|
||||
version = "0.14.1"
|
||||
version = "0.14.2"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "A native PostgreSQL driver"
|
||||
repository = "https://github.com/sfackler/rust-postgres"
|
||||
documentation = "https://docs.rs/postgres/0.14.1/postgres"
|
||||
documentation = "https://docs.rs/postgres/0.14.2/postgres"
|
||||
readme = "../README.md"
|
||||
keywords = ["database", "postgres", "postgresql", "sql"]
|
||||
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
|
||||
|
@ -66,7 +66,7 @@
|
||||
//! .unwrap();
|
||||
//! }
|
||||
//! ```
|
||||
#![doc(html_root_url="https://docs.rs/postgres/0.14.1")]
|
||||
#![doc(html_root_url="https://docs.rs/postgres/0.14.2")]
|
||||
#![warn(missing_docs)]
|
||||
#![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user