From 5ea2adbb6729ae983a2b1ec39064fd5e0be08e2c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Jan 2024 09:27:40 -0800 Subject: [PATCH] Release 0.11.14 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed80ee8..2cff13c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_bytes" -version = "0.11.13" +version = "0.11.14" 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 aacc0be..bb106b0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.13")] +#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.14")] #![cfg_attr(not(feature = "std"), no_std)] #![deny(missing_docs)] #![allow(