From 8f555a2db2dd40e8ab039d4947f1a2b6032bba00 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Jan 2024 09:35:26 -0800 Subject: [PATCH] Release 0.4.2 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 269ac24..5164ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erased-serde" -version = "0.4.1" +version = "0.4.2" authors = ["David Tolnay "] categories = ["encoding", "rust-patterns", "no-std"] description = "Type-erased Serialize and Serializer traits" diff --git a/src/lib.rs b/src/lib.rs index 9569afc..289506e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -95,7 +95,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.1")] +#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.2")] #![cfg_attr(not(feature = "std"), no_std)] #![deny(unsafe_op_in_unsafe_fn)] #![allow(