update cli

This commit is contained in:
Henry Schimke
2023-05-10 09:52:04 -05:00
parent 09c23ba450
commit 7428d5b793

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing-cli"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats"
license="Apache-2.0"
@@ -11,4 +11,4 @@ keywords = ["barcode", "2d_barcode", "1d_barcode", "barcode_reader", "barcode_wr
[dependencies]
clap = { version = "4.2.0", features = ["derive"] }
rxing = {path = "../../", version = "~0.4.0", features = ["image", "svg_read", "svg_write"] }
rxing = {path = "../../", version = "~0.4.6", features = ["image", "svg_read", "svg_write"] }