Skip to content

Commit 288213c

Browse files
committed
release: update cli to 0.2.2 with support 0.8.3
1 parent 0bb2893 commit 288213c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rxing-cli"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats"
66
license="Apache-2.0"
@@ -11,7 +11,7 @@ keywords = ["barcode", "barcode_1d", "barcode_2d", "barcode_reader", "barcode_wr
1111

1212
[dependencies]
1313
clap = { version = "4.5.23", features = ["derive"] }
14-
rxing = {path = "../../", version = "~0.8.2", features = ["image", "svg_read", "svg_write"] }
14+
rxing = {path = "../../", version = "~0.8.3", features = ["image", "svg_read", "svg_write"] }
1515
serde_json = "1.0.140"
1616

1717
#[profile.release]

0 commit comments

Comments
 (0)