Skip to content

Commit 8e7144e

Browse files
committed
Release v0.9.0
1 parent 092f038 commit 8e7144e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "postgres"
3-
version = "0.8.9"
3+
version = "0.9.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver"
77
repository = "https://github.com/sfackler/rust-postgres"
8-
documentation = "https://sfackler.github.io/rust-postgres/doc/master/postgres"
8+
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.9.0/postgres"
99
readme = "README.md"
1010
keywords = ["database", "sql"]
1111
build = "build.rs"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//! }
4343
//! }
4444
//! ```
45-
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.8.9")]
45+
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.9.0")]
4646
#![warn(missing_docs)]
4747

4848
extern crate bufstream;

0 commit comments

Comments
 (0)