aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Sean McArthur <sean@seanmonstar.com> 2020-01-23 10:33:33 -0800
committerGravatar Sean McArthur <sean@seanmonstar.com> 2020-01-23 10:41:50 -0800
commitfe6e67386451715c5d609c90a41e98ef80f0e1d1 (patch)
treebc22793f13dbbc8ad978339325d44f3f6e816169 /src
parentf330ef6c4d806abecadca945f682436737399039 (diff)
downloadbytes-fe6e67386451715c5d609c90a41e98ef80f0e1d1.tar.gz
bytes-fe6e67386451715c5d609c90a41e98ef80f0e1d1.tar.zst
bytes-fe6e67386451715c5d609c90a41e98ef80f0e1d1.zip
v0.5.4v0.5.4
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 cab0210..a61e347 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.3")]
+#![doc(html_root_url = "https://docs.rs/bytes/0.5.4")]
#![no_std]
//! Provides abstractions for working with bytes.