diff --git a/Cargo.toml b/Cargo.toml index 2781125..8047f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dyn-clone" -version = "1.0.7" # remember to update html_root_url +version = "1.0.8" # remember to update html_root_url authors = ["David Tolnay "] edition = "2018" rust-version = "1.45" diff --git a/src/lib.rs b/src/lib.rs index 2749aa3..3c09c51 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -84,7 +84,7 @@ //! // and similar for Box, Box, Box //! ``` -#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.7")] +#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.8")] #![no_std] #![allow(clippy::missing_panics_doc, clippy::ptr_as_ptr)]