Skip to content

Commit 1d9c7d4

Browse files
committed
Release postgres v0.15.1
1 parent d0db938 commit 1d9c7d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "postgres"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver"
77
repository = "https://github.com/sfackler/rust-postgres"
8-
documentation = "https://docs.rs/postgres/0.15.0/postgres"
8+
documentation = "https://docs.rs/postgres/0.15.1/postgres"
99
readme = "../README.md"
1010
keywords = ["database", "postgres", "postgresql", "sql"]
1111
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]

postgres/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//! .unwrap();
6767
//! }
6868
//! ```
69-
#![doc(html_root_url="https://docs.rs/postgres/0.15.0")]
69+
#![doc(html_root_url="https://docs.rs/postgres/0.15.1")]
7070
#![warn(missing_docs)]
7171
#![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy
7272

0 commit comments

Comments
 (0)