Skip to content

Commit 1500eb8

Browse files
committed
Release 1.0.5
1 parent 91b11c3 commit 1500eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dyn-clone"
3-
version = "1.0.4" # remember to update html_root_url
3+
version = "1.0.5" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.36"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
//! }
6868
//! ```
6969
70-
#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.4")]
70+
#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.5")]
7171
#![no_std]
7272
#![allow(clippy::missing_panics_doc)]
7373

0 commit comments

Comments
 (0)