update versions

This commit is contained in:
Henry Schimke
2023-03-01 09:23:14 -06:00
parent da91cab6ef
commit 24e35f4226
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing-cli"
version = "0.1.11"
version = "0.1.12"
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.1.1", features = ["derive"] }
rxing = {path = "../../", version = "~0.3.1", features = ["image", "svg_read", "svg_write"] }
rxing = {path = "../../", version = "~0.3.2", features = ["image", "svg_read", "svg_write"] }