aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Steven Fackler <sfackler@gmail.com> 2019-11-26 17:15:57 -0500
committerGravatar Carl Lerche <me@carllerche.com> 2019-11-26 14:15:57 -0800
commit3cf91283f8b4019d84d9b57674cb788179f40f58 (patch)
treec866b81a86e916ad88017adef1954499b258e5e2 /src
parent1db67b4a870d2de4a582742403d3a6a49992761d (diff)
downloadbytes-3cf91283f8b4019d84d9b57674cb788179f40f58.tar.gz
bytes-3cf91283f8b4019d84d9b57674cb788179f40f58.tar.zst
bytes-3cf91283f8b4019d84d9b57674cb788179f40f58.zip
chore: prepare v0.5.1 release (#322)v0.5.1
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 161717a..56b6ee6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,5 @@
#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
-#![doc(html_root_url = "https://docs.rs/bytes/0.5.0")]
+#![doc(html_root_url = "https://docs.rs/bytes/0.5.1")]
#![no_std]
//! Provides abstractions for working with bytes.