mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
v0.4.0: This is a breaking change
This commit is contained in:
@@ -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"] }
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user