Bump version

This commit is contained in:
Carl Lerche
2018-01-29 09:40:45 -08:00
parent 3d169f1f34
commit 355a662976
3 changed files with 4 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.6")]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.0")]
extern crate byteorder;
extern crate iovec;