From 3512958498ff670ff5352cd04ba422aa9ad9c76b Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Wed, 31 Jul 2024 13:08:31 -0500 Subject: [PATCH] version: update cli version --- crates/cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 73227c5d..12c748d2 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-cli" -version = "0.1.24" +version = "0.1.25" 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.20", features = ["image", "svg_read", "svg_write"] } +rxing = {path = "../../", version = "~0.6.0", features = ["image", "svg_read", "svg_write"] } #[profile.release] #debug = true \ No newline at end of file