Release v0.3.0

This commit is contained in:
Steven Fackler
2017-09-30 16:14:46 -07:00
parent 24abd2e319
commit 762a7aef7f
2 changed files with 2 additions and 3 deletions

View File

@@ -1,11 +1,10 @@
[package]
name = "tokio-postgres"
version = "0.2.3"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "A native PostgreSQL driver using Tokio"
repository = "https://github.com/sfackler/rust-postgres"
documentation = "https://docs.rs/tokio-postgres/0.2.2/tokio_postgres"
readme = "../README.md"
keywords = ["database", "postgres", "postgresql", "sql", "async"]
categories = ["database"]

View File

@@ -50,7 +50,7 @@
//! l.run(done).unwrap();
//! }
//! ```
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.2.3")]
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.3")]
#![warn(missing_docs)]
extern crate bytes;