Skip to content

Commit 762a7ae

Browse files
committed
Release v0.3.0
1 parent 24abd2e commit 762a7ae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tokio-postgres/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.2.3"
3+
version = "0.3.0"
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.2/tokio_postgres"
98
readme = "../README.md"
109
keywords = ["database", "postgres", "postgresql", "sql", "async"]
1110
categories = ["database"]

tokio-postgres/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
//! l.run(done).unwrap();
5151
//! }
5252
//! ```
53-
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.2.3")]
53+
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.3")]
5454
#![warn(missing_docs)]
5555

5656
extern crate bytes;

0 commit comments

Comments
 (0)