chore: update many versions

This commit is contained in:
Henry Schimke
2024-01-05 15:46:42 -06:00
parent e99a258abd
commit 858e555f76
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing-cli"
version = "0.1.17"
version = "0.1.18"
edition = "2021"
description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats"
license="Apache-2.0"
@@ -10,5 +10,5 @@ keywords = ["barcode", "2d_barcode", "1d_barcode", "barcode_reader", "barcode_wr
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.0", features = ["derive"] }
rxing = {path = "../../", version = "~0.5.0", features = ["image", "svg_read", "svg_write"] }
clap = { version = "4.4.13", features = ["derive"] }
rxing = {path = "../../", version = "~0.5.3", features = ["image", "svg_read", "svg_write"] }

View File

@@ -1,7 +1,7 @@
[package]
name = "rxing-one-d-proc-derive"
repository = "https://github.com/rxing-core/rxing/tree/main/crates/one-d-proc-derive"
version = "0.5.1"
version = "0.5.3"
edition = "2021"
description = "proc macros to simplify the development of one-d barcode symbologies in rxing (https://github.com/rxing-core/rxing)"
license = "Apache-2.0"