Skip to content

Commit 1d2d15c

Browse files
committed
Release 1.0.20
1 parent 0f48a72 commit 1d2d15c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.19"
3+
version = "1.0.20"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["rust-patterns", "no-std"]
66
description = "Clone trait that is dyn-compatible"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
//! // and similar for Box<dyn MyTrait + Send>, Box<dyn MyTrait + Sync>, Box<dyn MyTrait + Send + Sync>
8181
//! ```
8282
83-
#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.19")]
83+
#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.20")]
8484
#![no_std]
8585
#![allow(
8686
clippy::missing_panics_doc,

0 commit comments

Comments
 (0)