prepare 1.0.1 release (#460)

This commit is contained in:
Alice Ryhl
2021-01-11 18:07:46 +01:00
committed by GitHub
parent df20a68356
commit 7b18c1c076
3 changed files with 12 additions and 3 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/1.0.0")]
#![doc(html_root_url = "https://docs.rs/bytes/1.0.1")]
#![no_std]
//! Provides abstractions for working with bytes.