Skip to content

Commit

Permalink
Update 'object safe' -> 'dyn compatible' wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 1, 2025
1 parent 187ff58 commit ec9d867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "dyn-clone"
version = "1.0.17"
authors = ["David Tolnay <[email protected]>"]
categories = ["rust-patterns", "no-std"]
description = "Clone trait that is object-safe"
description = "Clone trait that is dyn-compatible"
documentation = "https://docs.rs/dyn-clone"
edition = "2018"
keywords = ["dyn", "clone", "trait-object"]
keywords = ["dyn", "clone", "trait-object", "object-safe"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/dyn-clone"
rust-version = "1.45"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Clone trait that is object-safe
===============================
Clone trait that is dyn-compatible
==================================

[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/dyn--clone-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/dyn-clone)
[<img alt="crates.io" src="https://img.shields.io/crates/v/dyn-clone.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/dyn-clone)
Expand Down

0 comments on commit ec9d867

Please sign in to comment.