Release v0.10.0

This commit is contained in:
Steven Fackler
2015-09-19 11:06:51 -07:00
parent bf021bb475
commit be7a0f2908
3 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@
//! }
//! }
//! ```
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.9.6")]
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.10.0")]
#![warn(missing_docs)]
extern crate bufstream;