diff --git a/Cargo.toml b/Cargo.toml index 0322c88..e0a7f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erased-serde" -version = "0.4.0" +version = "0.4.1" 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 7ca8a44..9569afc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -95,7 +95,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.0")] +#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.1")] #![cfg_attr(not(feature = "std"), no_std)] #![deny(unsafe_op_in_unsafe_fn)] #![allow(