diff --git a/Cargo.toml b/Cargo.toml index 394abf2..5c5948d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erased-serde" -version = "0.3.13" +version = "0.3.14" 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 59cdc9a..1b1504d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -95,7 +95,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.13")] +#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.14")] #![cfg_attr(not(feature = "std"), no_std)] #![allow( clippy::items_after_statements,