Bump version to v0.4.8 (#206)

This commit is contained in:
Carl Lerche
2018-05-25 16:50:42 -07:00
committed by GitHub
parent 8c041142a0
commit 406b048ae6
3 changed files with 8 additions and 2 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.7")]
#![doc(html_root_url = "https://docs.rs/bytes/0.4.8")]
extern crate byteorder;
extern crate iovec;