Release postgres-protocol v0.5.0-alpha.1

This commit is contained in:
Steven Fackler
2019-10-14 17:44:49 -07:00
parent 7b73eee3fb
commit 9ebdca23e1
5 changed files with 10 additions and 4 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.4")]
#![doc(html_root_url = "https://docs.rs/postgres-protocol/0.5")]
#![warn(missing_docs, rust_2018_idioms, clippy::all)]
use byteorder::{BigEndian, ByteOrder};