Skip to content

v2.3.2

Latest

Choose a tag to compare

@Zhaith-Izaliel Zhaith-Izaliel released this 16 Aug 12:03
532da33

This release is a small refactor of the code base, with the help of Clippy. It also fixes the correctness of my use of Arc (because I'm a dumdum and thought Arcs should be used every single damn time I pass it in a function, even inside the same thread, not at thread boundaries ._. )

Breaking Changes

None

Changes

  • chore: update lock file by @jn-sena in #13
  • refactor: fix clippy pendantic warnings
  • refactor: remove wrong usages of Arc<...> and Arc::clone(...)

New Contributors

Full Changelog: v2.3.1...v2.3.2