diff --git a/Cargo.toml b/Cargo.toml index a550e80..d1f56f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dyn-clone" -version = "1.0.15" +version = "1.0.16" authors = ["David Tolnay "] categories = ["rust-patterns", "no-std"] description = "Clone trait that is object-safe" diff --git a/src/lib.rs b/src/lib.rs index 2195d92..282df83 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,7 +80,7 @@ //! // and similar for Box, Box, Box //! ``` -#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.15")] +#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.16")] #![no_std] #![allow( clippy::missing_panics_doc,