From e50ee624cfc989593a713765859887d6e514ca51 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 4 Dec 2019 12:30:28 -0800 Subject: [PATCH] Release 0.11.3 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f2c86fb..ded6fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_bytes" -version = "0.11.2" # remember to update html_root_url +version = "0.11.3" # 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 9912623..c4c3df3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -27,7 +27,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.2")] +#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.3")] #![cfg_attr(not(feature = "std"), no_std)] #![deny(missing_docs)]