This commit is contained in:
Sean McArthur
2020-07-13 17:58:36 -07:00
parent 025bec2954
commit 6fdb7391ce
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,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.5")]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.6")]
#![no_std]
//! Provides abstractions for working with bytes.