Bump version to v0.4.12 (#250)

This commit is contained in:
Carl Lerche
2019-03-06 12:42:20 -08:00
committed by GitHub
parent 0e8b440650
commit 4948b1053b
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
//! and `BufMut` are infallible.
#![deny(warnings, missing_docs, missing_debug_implementations)]
#![doc(html_root_url = "https://docs.rs/bytes/0.4.11")]
#![doc(html_root_url = "https://docs.rs/bytes/0.4.12")]
extern crate byteorder;
extern crate iovec;