mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
chore: update versions
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user