Bump version to v0.4.11 (#235)

This commit is contained in:
Carl Lerche
2018-11-17 14:33:25 -08:00
committed by GitHub
parent c6c5b8fb54
commit b3248c8807
3 changed files with 9 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.10")]
#![doc(html_root_url = "https://docs.rs/bytes/0.4.11")]
extern crate byteorder;
extern crate iovec;