Skip to content

Commit

Permalink
Release tokio-postgres v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 4, 2017
1 parent bd2710b commit 814c579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "tokio-postgres"
version = "0.1.0"
version = "0.1.1"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT"
description = "A native PostgreSQL driver using Tokio"
repository = "https://github.com/sfackler/rust-postgres"
documentation = "https://docs.rs/tokio-postgres/0.1.0/tokio_postgres"
documentation = "https://docs.rs/tokio-postgres/0.1.1/tokio_postgres"
readme = "../README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
//! l.run(done).unwrap();
//! }
//! ```
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.0")]
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.1")]
#![warn(missing_docs)]

extern crate fallible_iterator;
Expand Down

0 comments on commit 814c579

Please sign in to comment.