Skip to content

Commit 5685dde

Browse files
committed
Release tokio-postgres 0.2.1
1 parent 6e2927b commit 5685dde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tokio-postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver using Tokio"
77
repository = "https://github.com/sfackler/rust-postgres"
8-
documentation = "https://docs.rs/tokio-postgres/0.2.0/tokio_postgres"
8+
documentation = "https://docs.rs/tokio-postgres/0.2.1/tokio_postgres"
99
readme = "../README.md"
1010
keywords = ["database", "postgres", "postgresql", "sql", "async"]
1111

tokio-postgres/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//! l.run(done).unwrap();
5252
//! }
5353
//! ```
54-
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.1")]
54+
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.2.1")]
5555
#![warn(missing_docs)]
5656

5757
extern crate fallible_iterator;

0 commit comments

Comments
 (0)