fix: correct error related to GenericMultipleBarcodeReader

This error occured in some cases during decode for an image with  many barcodes spread througout.
This commit is contained in:
Henry Schimke
2024-02-01 18:18:44 -06:00
parent 3c6c0426df
commit d73d92bd2a
7 changed files with 91 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing"
version = "0.5.5"
version = "0.5.6"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/rxing-core/rxing"