diff --git a/Cargo.toml b/Cargo.toml index 35770ea..c61d255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erased-serde" -version = "0.3.2" +version = "0.3.3" 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 664a919..45b3870 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -88,7 +88,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.2")] +#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.3")] #![cfg_attr(feature = "unstable-debug", feature(core_intrinsics))]