Skip to content

Commit

Permalink
rel: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Dec 25, 2024
1 parent cd97f19 commit 8227af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rxing"
version = "0.6.5"
version = "0.6.6"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/rxing-core/rxing"
Expand Down
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.30"
version = "0.1.31"
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.23", features = ["derive"] }
rxing = {path = "../../", version = "~0.6.5", features = ["image", "svg_read", "svg_write"] }
rxing = {path = "../../", version = "~0.6.6", features = ["image", "svg_read", "svg_write"] }

#[profile.release]
#debug = true

0 comments on commit 8227af4

Please sign in to comment.