Release postgres-protocol v0.4.0

This commit is contained in:
Steven Fackler
2019-03-05 19:03:36 -08:00
parent c619c741be
commit 9385bebefc
4 changed files with 25 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")]
#![doc(html_root_url = "https://docs.rs/postgres-protocol/0.4")]
#![warn(missing_docs, rust_2018_idioms, clippy::all)]
use byteorder::{BigEndian, ByteOrder};