Skip to content

Commit cee9947

Browse files
committed
Release 1.0.14
1 parent 7b6a707 commit cee9947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dyn-clone"
3-
version = "1.0.13" # remember to update html_root_url
3+
version = "1.0.14" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns", "no-std"]
66
description = "Clone trait that is object-safe"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
//! // and similar for Box<dyn MyTrait + Send>, Box<dyn MyTrait + Sync>, Box<dyn MyTrait + Send + Sync>
8585
//! ```
8686
87-
#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.13")]
87+
#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.14")]
8888
#![no_std]
8989
#![allow(
9090
clippy::missing_panics_doc,

0 commit comments

Comments
 (0)