Bump version to v0.4.10 (#227)

This commit is contained in:
Carl Lerche
2018-09-04 13:31:26 -07:00
committed by GitHub
parent f09c51c34e
commit 456221d165
3 changed files with 13 additions and 3 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.9")]
#![doc(html_root_url = "https://docs.rs/bytes/0.4.10")]
extern crate byteorder;
extern crate iovec;