This commit is contained in:
Sean McArthur
2019-11-27 12:59:28 -08:00
parent 171cffa505
commit 98951ba26c
3 changed files with 7 additions and 2 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.1")]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.2")]
#![no_std]
//! Provides abstractions for working with bytes.