diff options
author | 2020-07-13 17:00:00 -0700 | |
---|---|---|
committer | 2020-07-13 17:58:36 -0700 | |
commit | 6fdb7391ce83dc71ccaeda6a54211ce723e5d9a5 (patch) | |
tree | dd7827739e766aad8e060455406450095abb283d /src/lib.rs | |
parent | 025bec2954f04e5161fb1bd36396260491303366 (diff) | |
download | bytes-v0.5.x.tar.gz bytes-v0.5.x.tar.zst bytes-v0.5.x.zip |
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.5")] +#![doc(html_root_url = "https://docs.rs/bytes/0.5.6")] #![no_std] //! Provides abstractions for working with bytes. |