Skip to content

Commit 814c579

Browse files
committed
Release tokio-postgres v0.1.1
1 parent bd2710b commit 814c579

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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.1.0"
3+
version = "0.1.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.1.0/tokio_postgres"
8+
documentation = "https://docs.rs/tokio-postgres/0.1.1/tokio_postgres"
99
readme = "../README.md"
1010

1111
[features]

Diff for: tokio-postgres/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//! l.run(done).unwrap();
5050
//! }
5151
//! ```
52-
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.0")]
52+
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.1")]
5353
#![warn(missing_docs)]
5454

5555
extern crate fallible_iterator;

0 commit comments

Comments
 (0)