From a190a75b64cb8a0aff1a0f3c77d37417f7663bc9 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sun, 24 Mar 2024 09:01:03 -0500 Subject: [PATCH] chore: release v0.5.9 --- Cargo.toml | 2 +- crates/cli/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c83e803..cfc44e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.5.8" +version = "0.5.9" 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 125bbc58..cc6a9d56 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-cli" -version = "0.1.21" +version = "0.1.22" 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.5.8", features = ["image", "svg_read", "svg_write"] } +rxing = {path = "../../", version = "~0.5.9", features = ["image", "svg_read", "svg_write"] } #[profile.release] #debug = true \ No newline at end of file