Skip to content

Commit 9628c5b

Browse files
committed
Release tokio-postgres v0.2.3
1 parent 3be6bba commit 9628c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver using Tokio"

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.2.2")]
54+
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.2.3")]
5555
#![warn(missing_docs)]
5656

5757
extern crate bytes;

0 commit comments

Comments
 (0)