Skip to content

Commit

Permalink
version: update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Jul 31, 2024
1 parent 79bf2f3 commit 3512958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit 3512958

Please sign in to comment.