From 6a361025e2777b5205c3f9da8e1ff13978d2bf0f Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Mon, 9 Jan 2023 10:45:24 -0600 Subject: [PATCH] udpate to track zxing 3.5.1 --- Cargo.toml | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a4a67f..34291b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.2.10" +version = "0.2.11" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing" diff --git a/README.md b/README.md index c969a8c..a1adbb6 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,7 @@ v0.2.0 -> Dramatically improve performance when cropping a BufferedImageLuminanc v0.1.4 -> Dramatically improve performance for MultiFormatReader and for multiple barcode detection. ## Known Issues -Performance is low for GenericMultipleBarcodeReader. \ No newline at end of file +Performance is low for GenericMultipleBarcodeReader. + +## ZXing Track +Currently tracking zxing 3.5.1 \ No newline at end of file