From 9628c5b89d1732828f8e9dba97009b7d49020c30 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 11 Jun 2017 13:11:19 -0700 Subject: [PATCH] Release tokio-postgres v0.2.3 --- tokio-postgres/Cargo.toml | 2 +- tokio-postgres/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;