From c19ef23c681785f2193c14727dacf84eeb61cd53 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Wed, 24 Jul 2024 15:06:05 -0500 Subject: [PATCH] release: update to v0.5.20 This release provides some improvements to performance and optimization in specific cases. This release in cludes fixes to issue #50 and #51 --- Cargo.toml | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 345df965..3b26bcc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.5.10" +version = "0.5.20" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/rxing-core/rxing" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 4b46f0a1..7603c808 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["barcode", "barcode_1d", "barcode_2d", "barcode_reader", "barcode_wr [dependencies] clap = { version = "4.5.3", features = ["derive"] } -rxing = {path = "../../", version = "~0.5.10", features = ["image", "svg_read", "svg_write"] } +rxing = {path = "../../", version = "~0.5.20", features = ["image", "svg_read", "svg_write"] } #[profile.release] #debug = true \ No newline at end of file