mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
chore: update deps for one-d
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing"
|
name = "rxing"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
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"
|
||||||
@@ -25,7 +25,7 @@ image = {version = "0.24", optional = true}
|
|||||||
imageproc = {version = "0.23", optional = true}
|
imageproc = {version = "0.23", optional = true}
|
||||||
unicode-segmentation = "1.10"
|
unicode-segmentation = "1.10"
|
||||||
codepage-437 = "0.1.0"
|
codepage-437 = "0.1.0"
|
||||||
rxing-one-d-proc-derive = {version = "0.5", path ="./crates/one-d-proc-derive"}
|
rxing-one-d-proc-derive = {version = "0.5.1", path ="./crates/one-d-proc-derive"}
|
||||||
num = "0.4.0"
|
num = "0.4.0"
|
||||||
svg = {version = "0.14", optional = true}
|
svg = {version = "0.14", optional = true}
|
||||||
resvg = {version = "0.35", optional = true, default-features=false}
|
resvg = {version = "0.35", optional = true, default-features=false}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing-one-d-proc-derive"
|
name = "rxing-one-d-proc-derive"
|
||||||
repository = "https://github.com/rxing-core/rxing/tree/main/crates/one-d-proc-derive"
|
repository = "https://github.com/rxing-core/rxing/tree/main/crates/one-d-proc-derive"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "proc macros to simplify the development of one-d barcode symbologies in rxing (https://github.com/rxing-core/rxing)"
|
description = "proc macros to simplify the development of one-d barcode symbologies in rxing (https://github.com/rxing-core/rxing)"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
@@ -12,5 +12,5 @@ proc-macro = true
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = "1.0"
|
syn = "2.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user