We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfce42a commit 7d800c6Copy full SHA for 7d800c6
2 files changed
Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
name = "postgres"
3
-version = "0.8.8"
+version = "0.8.9"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
license = "MIT"
6
description = "A native PostgreSQL driver"
7
repository = "https://github.com/sfackler/rust-postgres"
8
-documentation = "https://sfackler.github.io/rust-postgres/doc/postgres"
+documentation = "https://sfackler.github.io/rust-postgres/doc/v0.8.9/postgres"
9
readme = "README.md"
10
keywords = ["database", "sql"]
11
build = "build.rs"
src/lib.rs
@@ -42,7 +42,7 @@
42
//! }
43
44
//! ```
45
-#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc")]
+#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.8.9")]
46
#![warn(missing_docs)]
47
48
extern crate bufstream;
0 commit comments