diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 17a1cea7e..d76c24404 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-postgres" -version = "0.2.2" +version = "0.2.3" authors = ["Steven Fackler "] license = "MIT" description = "A native PostgreSQL driver using Tokio" diff --git a/tokio-postgres/src/lib.rs b/tokio-postgres/src/lib.rs index 84c776c59..adb5919f6 100644 --- a/tokio-postgres/src/lib.rs +++ b/tokio-postgres/src/lib.rs @@ -51,7 +51,7 @@ //! l.run(done).unwrap(); //! } //! ``` -#![doc(html_root_url="https://docs.rs/tokio-postgres/0.2.2")] +#![doc(html_root_url="https://docs.rs/tokio-postgres/0.2.3")] #![warn(missing_docs)] extern crate bytes;