fix rotation regression for Luma8

part of #27. This is an issue with get_matrix after a rotation.
This commit is contained in:
Henry Schimke
2023-03-16 14:01:31 -05:00
parent 112e20c9c3
commit 4bb228073a
2 changed files with 3 additions and 2 deletions

View File

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