Skip to content

Commit

Permalink
chore: release v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Mar 24, 2024
1 parent dccdf89 commit a190a75
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.5.8"
version = "0.5.9"
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.21"
version = "0.1.22"
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.8", features = ["image", "svg_read", "svg_write"] }
rxing = {path = "../../", version = "~0.5.9", features = ["image", "svg_read", "svg_write"] }

#[profile.release]
#debug = true

0 comments on commit a190a75

Please sign in to comment.