diff --git a/Cargo.toml b/Cargo.toml index c19df1a..ed80ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_bytes" -version = "0.11.12" +version = "0.11.13" authors = ["David Tolnay "] categories = ["encoding", "no-std", "no-std::no-alloc"] description = "Optimized handling of `&[u8]` and `Vec` for Serde" diff --git a/src/lib.rs b/src/lib.rs index 445dab6..aacc0be 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.12")] +#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.13")] #![cfg_attr(not(feature = "std"), no_std)] #![deny(missing_docs)] #![allow(