This commit is contained in:
Sean McArthur
2020-06-18 14:30:11 -07:00
parent a3304e8b8b
commit 008d3e508e
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
no_crate_inject,
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
))]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.4")]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.5")]
#![no_std]
//! Provides abstractions for working with bytes.