Skip to content

Commit

Permalink
Release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 26, 2024
1 parent 419eb9b commit 51bf881
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.16"
version = "1.0.17"
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.16")]
#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.17")]
#![no_std]
#![allow(
clippy::missing_panics_doc,
Expand Down

0 comments on commit 51bf881

Please sign in to comment.