Skip to content

Releases: dtolnay/dyn-clone

1.0.20

27 Jul 19:30
1.0.20
1d2d15c

Choose a tag to compare

  • Support targets without alloc::sync::Arc (#32, thanks @af-afk)

1.0.19

03 Mar 23:27
1.0.19
8ebc6ab

Choose a tag to compare

  • Documentation improvements

1.0.18

01 Feb 02:57
1.0.18
551e400

Choose a tag to compare

  • Documentation improvements

1.0.17

26 Feb 06:09
1.0.17
51bf881

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

Choose a tag to compare

  • Documentation improvements

1.0.15

03 Nov 01:25
1.0.15
e84a6e1

Choose a tag to compare

  • Documentation improvements

1.0.14

19 Sep 06:21
1.0.14
cee9947

Choose a tag to compare

  • Documentation improvements

1.0.13

17 Aug 01:14
1.0.13
b057380

Choose a tag to compare

1.0.12

15 Jul 20:35
1.0.12
8f1c6ae

Choose a tag to compare

  • Documentation improvements

1.0.11

28 Feb 04:57
1.0.11
65cc5e6

Choose a tag to compare

  • Implement Clone for Box<dyn DynClone> (#23)