Releases: dtolnay/inventory
Releases · dtolnay/inventory
0.1.11
- Replace deprecated atomic compare_and_swap with compare_exchange (#29)
0.1.10
- Documentation improvements
- Ship LICENSE-* files with inventory-impl crate (#27)
0.1.9
- Implement Clone for the plugin iterator (#25, thanks @Kixiron)
0.1.8
- Allow specifying absolute crate path to inventory::submit invocation (#22, thanks @jam1garner)
0.1.7
- Documentation improvements
0.1.5
- Fix data race if plugins are iterated by a thread started from a static initializer (#15, thanks @MaulingMonkey)
0.1.3
- Make
Collect
trait part of the public API (#5)