From 5924ccc12df675c4568a46faf160d360d8195ad5 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Wed, 18 Dec 2024 08:42:10 -0600 Subject: [PATCH] rel: v0.6.3 --- Cargo.toml | 2 +- crates/cli/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1b412555..2b29e1ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.6.2" +version = "0.6.3" 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 1eccea53..d2ee6593 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-cli" -version = "0.1.27" +version = "0.1.28" 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.3", features = ["derive"] } -rxing = {path = "../../", version = "~0.6.2", features = ["image", "svg_read", "svg_write"] } +rxing = {path = "../../", version = "~0.6.3", features = ["image", "svg_read", "svg_write"] } #[profile.release] #debug = true \ No newline at end of file