chore: update deps for one-d

This commit is contained in:
Henry Schimke
2024-01-04 11:33:47 -06:00
parent a70e9c5e0f
commit 70d82863ef
2 changed files with 4 additions and 4 deletions

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.0"
version = "0.5.1"
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"
@@ -12,5 +12,5 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = "1.0"
syn = "2.0"
quote = "1.0"