fix issue encoding qrcode digit only data

This commit is contained in:
Henry Schimke
2023-01-07 14:40:31 -06:00
parent 245e14085a
commit 0824d3547a
3 changed files with 13 additions and 2 deletions

View File

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