Releases: dtolnay/dyn-clone
Releases · dtolnay/dyn-clone
1.0.17
- Work around non_local_definitions warning being triggered in macro-generated impl in
clone_trait_object!
with rustc 1.78-nightly (#28)
1.0.16
- Documentation improvements
1.0.15
- Documentation improvements
1.0.14
- Documentation improvements
1.0.12
- Documentation improvements
1.0.11
- Implement Clone for Box<dyn DynClone> (#23)
1.0.10
- Documentation improvements
1.0.9
- Add categories and keywords to crates.io metadata
1.0.8
- Add functions that do
Arc::make_mut
and Rc::make_mut
but work with element type dyn Trait
(#21)