mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
v0.2.10
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing"
|
name = "rxing"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
description="A rust port of the zxing barcode library."
|
description="A rust port of the zxing barcode library."
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
repository="https://github.com/hschimke/rxing"
|
repository="https://github.com/hschimke/rxing"
|
||||||
|
|||||||
@@ -48,6 +48,8 @@ fn main() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Latest Release Notes
|
## Latest Release Notes
|
||||||
|
v0.2.10 -> Fix major issue with qrcode generation.
|
||||||
|
|
||||||
v0.2.9 -> Major fix, codabar was not being encoded by multiformat writer.
|
v0.2.9 -> Major fix, codabar was not being encoded by multiformat writer.
|
||||||
|
|
||||||
v0.2.6 -> Fix missing result point callback for rss14
|
v0.2.6 -> Fix missing result point callback for rss14
|
||||||
|
|||||||
Reference in New Issue
Block a user