v0.4.0: This is a breaking change

This commit is contained in:
Henry Schimke
2023-03-16 13:37:13 -05:00
parent 963c9da285
commit d379dc9ded
4 changed files with 10 additions and 3 deletions

View File

@@ -11,4 +11,4 @@ keywords = ["barcode", "2d_barcode", "1d_barcode", "barcode_reader", "barcode_wr
[dependencies]
clap = { version = "4.1.1", features = ["derive"] }
rxing = {path = "../../", version = "~0.3.2", features = ["image", "svg_read", "svg_write"] }
rxing = {path = "../../", version = "~0.4.0", 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.3.1"
version = "0.3.2"
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"