From def38b4772761dfe7bddb9b96cf3ae3d1c1d20fa Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 26 Dec 2016 17:00:07 -0500 Subject: [PATCH] Fix docs lik --- tokio-postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 171cd876..65039ecc 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Steven Fackler "] license = "MIT" description = "A native PostgreSQL driver using Tokio" repository = "https://github.com/sfackler/rust-postgres" -documentation = "https://docs.rs/tokio-postgres/0.13.4/tokio_postgres" +documentation = "https://docs.rs/tokio-postgres/0.1.0/tokio_postgres" readme = "../README.md" [features]