diff --git a/Cargo.toml b/Cargo.toml index df2bf9f..f054c55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_bytes" -version = "0.11.5" # remember to update html_root_url +version = "0.11.6" # remember to update html_root_url authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Optimized handling of `&[u8]` and `Vec` for Serde" diff --git a/src/lib.rs b/src/lib.rs index 0c45537..a2df63c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -27,7 +27,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.5")] +#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.6")] #![cfg_attr(not(feature = "std"), no_std)] #![deny(missing_docs)] #![allow(