From d957be7e565140811fca0a2df2029651294d285f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 18 Jun 2021 07:08:32 -0700 Subject: [PATCH] Release 0.3.16 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6732e41..f24be85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erased-serde" -version = "0.3.15" +version = "0.3.16" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Type-erased Serialize and Serializer traits" diff --git a/src/lib.rs b/src/lib.rs index f69d2ef..03e350f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -95,7 +95,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.15")] +#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.16")] #![cfg_attr(not(feature = "std"), no_std)] #![allow( clippy::items_after_statements,