aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Alice Ryhl <alice@ryhl.io> 2021-01-11 18:07:46 +0100
committerGravatar GitHub <noreply@github.com> 2021-01-11 18:07:46 +0100
commit7b18c1c076adf9dff4dca28ffc1bbd8759860798 (patch)
treeb1aba7c24b633a0b8fe38ccf2b33de9c8d748c23 /src/lib.rs
parentdf20a683567909f3e33512a22862b0de954881f4 (diff)
downloadbytes-7b18c1c076adf9dff4dca28ffc1bbd8759860798.tar.gz
bytes-7b18c1c076adf9dff4dca28ffc1bbd8759860798.tar.zst
bytes-7b18c1c076adf9dff4dca28ffc1bbd8759860798.zip
prepare 1.0.1 release (#460)v1.0.1
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 940d17d..dd8cc96 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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.