Skip to content

Releases: dtolnay/inventory

0.3.4

27 Mar 02:25
0.3.4
52db8c9

Choose a tag to compare

  • Documentation improvements

0.3.3

17 Dec 19:19
0.3.3
14b3d75

Choose a tag to compare

  • Documentation improvements

0.3.2

03 Oct 20:00
0.3.2
969a899

Choose a tag to compare

  • Documentation improvements

0.3.1

03 Aug 13:51
0.3.1
0ed9dcc

Choose a tag to compare

  • Add categories and keywords to crates.io metadata

0.3.0

30 Jun 18:35
0.3.0
0b9a59b

Choose a tag to compare

  • Rust 1.62 is required so that the compiler correctly forces inventory::submit! calls to be linked whether or not they are inside a used module

0.2.3

30 Jun 18:33
0.2.3
56d2698

Choose a tag to compare

  • Documentation improvements

0.2.2

22 Jan 01:17
0.2.2
e4490ec

Choose a tag to compare

0.2.1

22 Jan 01:17
0.2.1
5ef1120

Choose a tag to compare

  • Replace SeqCst with more precise atomic orderings (#45)

0.2.0

10 Nov 04:56
0.2.0
71b6c1f

Choose a tag to compare

  • Enforce that elements given to inventory::submit are const constructible (#43) and Sync (#42)

0.1.11

10 Nov 01:07
0.1.11
a0a5d75

Choose a tag to compare

  • Replace deprecated atomic compare_and_swap with compare_exchange (#29)