From 8f1d0763037486d41c9badbd22e4a6bdb50f8404 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 20 Feb 2017 21:30:14 -0800 Subject: [PATCH] Release tokio-postgres v0.2.0 --- tokio-postgres/Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 3e2fe02f..acb8f596 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "tokio-postgres" -version = "0.1.1" +version = "0.2.0" 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.1.1/tokio_postgres" +documentation = "https://docs.rs/tokio-postgres/0.2.0/tokio_postgres" readme = "../README.md" +keywords = ["database", "postgres", "postgresql", "sql", "async"] [features] with-bit-vec = ["postgres-shared/with-bit-vec"] @@ -23,7 +24,7 @@ with-openssl = ["tokio-openssl", "openssl"] fallible-iterator = "0.1.3" futures = "0.1.7" futures-state-stream = "0.1" -postgres-shared = { version = "0.1.0", path = "../postgres-shared" } +postgres-shared = { version = "0.2", path = "../postgres-shared" } postgres-protocol = "0.2" tokio-core = "0.1" tokio-dns-unofficial = "0.1"