Skip to content

v0.2.1

Compare
Choose a tag to compare
@nm2107 nm2107 released this 09 Mar 08:03
· 39 commits to master since this release
b73284e

This is mainly a maintenance release, with however some highlights such as the distributed binary size reduction, and the update to the latest rust version and edition (also the packages were updated too). The project structure has also been updated to be more convenient to work with.

The usage of the tool is the same than with the v0.2.0. You're encouraged to update to this new version to save some Internet bandwidth and disk space during installation.

Noticeable changes

  • Optimize binary size (#24) : reduces the size of the distributed binary from 3.2M down to 567K. Also update rust and used packages to the latest version.
  • Bump rust edition to 2021 and restructure the project sources (#27).

Minor fixes

  • Fix README typo (#23).
  • Fix circleci deprecation (#26).
  • Fix cargo warning (#28).
  • Update documentation about circleci example (#29).