Release postgres-protocol 0.3.1

This commit is contained in:
Steven Fackler
2017-09-12 21:04:59 -04:00
parent c3062b3782
commit eaab86f344
2 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
//!
//! This library assumes that the `client_encoding` backend parameter has been
//! set to `UTF8`. It will most likely not behave properly if that is not the case.
#![doc(html_root_url="https://docs.rs/postgres-protocol/0.3.0")]
#![doc(html_root_url="https://docs.rs/postgres-protocol/0.3")]
#![warn(missing_docs)]
extern crate base64;
extern crate byteorder;