Skip to content

Commit

Permalink
Release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 3, 2023
1 parent 7e5037b commit f2f0a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dyn-clone"
version = "1.0.15"
version = "1.0.16"
authors = ["David Tolnay <[email protected]>"]
categories = ["rust-patterns", "no-std"]
description = "Clone trait that is object-safe"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
//! // and similar for Box<dyn MyTrait + Send>, Box<dyn MyTrait + Sync>, Box<dyn MyTrait + Send + Sync>
//! ```

#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.15")]
#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.16")]
#![no_std]
#![allow(
clippy::missing_panics_doc,
Expand Down

0 comments on commit f2f0a02

Please sign in to comment.