From 03c80b8451f3b720d7c08435ba5695b95fb3cc76 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 4 Oct 2017 22:13:40 +0200 Subject: [PATCH] Release 0.3.2 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3162cc..35770ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erased-serde" -version = "0.3.1" +version = "0.3.2" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Type-erased Serialize and Serializer traits" diff --git a/src/lib.rs b/src/lib.rs index 79c5e2e..664a919 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -88,7 +88,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.1")] +#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.2")] #![cfg_attr(feature = "unstable-debug", feature(core_intrinsics))]