aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Carl Lerche <me@carllerche.com> 2020-10-16 11:49:27 -0700
committerGravatar GitHub <noreply@github.com> 2020-10-16 11:49:27 -0700
commit422048eb24b4f5bbe5460dfb5d9b05ec7584cee6 (patch)
tree58c62522cb5d0f6435e724a72557af0d89d2e6d5 /src
parent6fdb7391ce83dc71ccaeda6a54211ce723e5d9a5 (diff)
downloadbytes-422048eb24b4f5bbe5460dfb5d9b05ec7584cee6.tar.gz
bytes-422048eb24b4f5bbe5460dfb5d9b05ec7584cee6.tar.zst
bytes-422048eb24b4f5bbe5460dfb5d9b05ec7584cee6.zip
prepare for 0.6 work (#428)
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e375c01..cfa626a 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/0.5.6")]
+#![doc(html_root_url = "https://docs.rs/bytes/0.6.0")]
#![no_std]
//! Provides abstractions for working with bytes.