Bump version to v0.4.9 (#220)

This commit is contained in:
Carl Lerche
2018-07-22 19:30:41 -07:00
committed by GitHub
parent 890812af1b
commit ed244d3b54
3 changed files with 7 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.8")]
#![doc(html_root_url = "https://docs.rs/bytes/0.4.9")]
extern crate byteorder;
extern crate iovec;