move to more modern SVG read methods

This commit is contained in:
Henry Schimke
2023-08-03 15:19:02 -05:00
parent bcb97f639e
commit 09673e2381
3 changed files with 13 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing-cli"
version = "0.1.15"
version = "0.1.16"
edition = "2021"
description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats"
license="Apache-2.0"
@@ -11,4 +11,4 @@ keywords = ["barcode", "2d_barcode", "1d_barcode", "barcode_reader", "barcode_wr
[dependencies]
clap = { version = "4.2.0", features = ["derive"] }
rxing = {path = "../../", version = "~0.4.6", features = ["image", "svg_read", "svg_write"] }
rxing = {path = "../../", version = "~0.4.9", features = ["image", "svg_read", "svg_write"] }