From 5e6b0762115ac322834d7ac468ecd510f0eb2045 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 5 Jul 2023 09:59:45 -0700 Subject: [PATCH] Release 0.11.11 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d4a6570..7ba9764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_bytes" -version = "0.11.10" # remember to update html_root_url +version = "0.11.11" # remember to update html_root_url 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 e808053..b55e39a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -27,7 +27,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.10")] +#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.11")] #![cfg_attr(not(feature = "std"), no_std)] #![deny(missing_docs)] #![allow(