diff options
author | 2019-11-26 17:15:57 -0500 | |
---|---|---|
committer | 2019-11-26 14:15:57 -0800 | |
commit | 3cf91283f8b4019d84d9b57674cb788179f40f58 (patch) | |
tree | c866b81a86e916ad88017adef1954499b258e5e2 /src | |
parent | 1db67b4a870d2de4a582742403d3a6a49992761d (diff) | |
download | bytes-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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |