Skip to content

Releases: dtolnay/dyn-clone

1.0.17

26 Feb 06:09
1.0.17
51bf881
Compare
Choose a tag to compare
  • 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

03 Nov 01:48
1.0.16
f2f0a02
Compare
Choose a tag to compare
  • Documentation improvements

1.0.15

03 Nov 01:25
1.0.15
e84a6e1
Compare
Choose a tag to compare
  • Documentation improvements

1.0.14

19 Sep 06:21
1.0.14
cee9947
Compare
Choose a tag to compare
  • Documentation improvements

1.0.13

17 Aug 01:14
1.0.13
b057380
Compare
Choose a tag to compare

1.0.12

15 Jul 20:35
1.0.12
8f1c6ae
Compare
Choose a tag to compare
  • Documentation improvements

1.0.11

28 Feb 04:57
1.0.11
65cc5e6
Compare
Choose a tag to compare
  • Implement Clone for Box<dyn DynClone> (#23)

1.0.10

17 Dec 18:59
1.0.10
bba3d29
Compare
Choose a tag to compare
  • Documentation improvements

1.0.9

03 Aug 13:45
1.0.9
47f37e5
Compare
Choose a tag to compare
  • Add categories and keywords to crates.io metadata

1.0.8

15 Jul 16:15
1.0.8
c7bead2
Compare
Choose a tag to compare
  • Add functions that do Arc::make_mut and Rc::make_mut but work with element type dyn Trait (#21)