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