We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b11c3 commit 1500eb8Copy full SHA for 1500eb8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dyn-clone"
3
-version = "1.0.4" # remember to update html_root_url
+version = "1.0.5" # remember to update html_root_url
4
authors = ["David Tolnay <[email protected]>"]
5
edition = "2018"
6
rust-version = "1.36"
src/lib.rs
@@ -67,7 +67,7 @@
67
//! }
68
//! ```
69
70
-#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.4")]
+#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.5")]
71
#![no_std]
72
#![allow(clippy::missing_panics_doc)]
73
0 commit comments