Skip to content

Commit

Permalink
Release tokio-postgres v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 11, 2017
1 parent 3be6bba commit 9628c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
version = "0.2.2"
version = "0.2.3"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT"
description = "A native PostgreSQL driver using Tokio"
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 @@ -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;
Expand Down

0 comments on commit 9628c5b

Please sign in to comment.