chore: prepare v0.5.1 release (#322)

This commit is contained in:
Steven Fackler
2019-11-26 14:15:57 -08:00
committed by Carl Lerche
parent 1db67b4a87
commit 3cf91283f8
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.0")]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.1")]
#![no_std]
//! Provides abstractions for working with bytes.