From f0c9291bf3616807ba17a632fe0b33af05e55dcf Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Tue, 24 Dec 2024 11:59:19 -0600 Subject: [PATCH] rel: v0.6.5 --- Cargo.toml | 2 +- crates/cli/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e3915a4..f8be01bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.6.4" +version = "0.6.5" 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 6e7187a8..97ac5f1f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-cli" -version = "0.1.29" +version = "0.1.30" edition = "2021" description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats" license="Apache-2.0" @@ -11,7 +11,7 @@ keywords = ["barcode", "barcode_1d", "barcode_2d", "barcode_reader", "barcode_wr [dependencies] clap = { version = "4.5.23", features = ["derive"] } -rxing = {path = "../../", version = "~0.6.4", features = ["image", "svg_read", "svg_write"] } +rxing = {path = "../../", version = "~0.6.5", features = ["image", "svg_read", "svg_write"] } #[profile.release] #debug = true \ No newline at end of file