chore: update versions

This commit is contained in:
Henry Schimke
2024-02-02 11:02:32 -06:00
parent d448e2b49d
commit 780830960b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rxing" name = "rxing"
version = "0.5.6" version = "0.5.7"
description="A rust port of the zxing barcode library." description="A rust port of the zxing barcode library."
license="Apache-2.0" license="Apache-2.0"
repository="https://github.com/rxing-core/rxing" repository="https://github.com/rxing-core/rxing"

View File

@@ -11,4 +11,4 @@ keywords = ["barcode", "2d_barcode", "1d_barcode", "barcode_reader", "barcode_wr
[dependencies] [dependencies]
clap = { version = "4.4.13", features = ["derive"] } clap = { version = "4.4.13", features = ["derive"] }
rxing = {path = "../../", version = "~0.5.5", features = ["image", "svg_read", "svg_write"] } rxing = {path = "../../", version = "~0.5.7", features = ["image", "svg_read", "svg_write"] }