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]