diff --git a/Cargo.toml b/Cargo.toml index 47991d4b7..e72069aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "postgres" -version = "0.13.3" +version = "0.13.4" authors = ["Steven Fackler "] license = "MIT" description = "A native PostgreSQL driver" repository = "https://github.com/sfackler/rust-postgres" -documentation = "https://sfackler.github.io/rust-postgres/doc/v0.13.3/postgres" +documentation = "https://docs.rs/postgres/0.13.4/postgres" readme = "README.md" keywords = ["database", "postgres", "postgresql", "sql"] include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"] diff --git a/README.md b/README.md index 5781543cd..f544ca3ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Rust-Postgres A native PostgreSQL driver for Rust. -[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.13.3/postgres) +[Documentation](https://docs.rs/postgres/0.13.4/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) diff --git a/src/lib.rs b/src/lib.rs index 4f3e7118b..0c58d0825 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -66,7 +66,7 @@ //! .unwrap(); //! } //! ``` -#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.13.3")] +#![doc(html_root_url="https://docs.rs/postgres/0.13.4")] #![warn(missing_docs)] #![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy