Skip to content

Commit

Permalink
release: update to v0.5.20
Browse files Browse the repository at this point in the history
This release provides some improvements to performance and optimization in specific cases.

This release in cludes fixes to issue #50 and #51
  • Loading branch information
hschimke committed Jul 24, 2024
1 parent f12d5fe commit c19ef23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.10"
version = "0.5.20"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/rxing-core/rxing"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10", features = ["image", "svg_read", "svg_write"] }
rxing = {path = "../../", version = "~0.5.20", features = ["image", "svg_read", "svg_write"] }

#[profile.release]
#debug = true

0 comments on commit c19ef23

Please sign in to comment.