Skip to content

Releases: jannschu/datamatrix-rs

0.3.1

17 Jun 18:20
Compare
Choose a tag to compare

Fixes

  • A few typos in the documentation were fixed.
  • Lints of current Clippy version were fixed.
  • Bitmap::path had a bug if called with an empty image. This was never the case if called with a Data Matrix code.
  • The no_std feature was fixed (thanks to @sirhcel)

New

  • The dev dependencies and examples were updated.