mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
lofty_attr: Update dependencies
This commit is contained in:
parent
cc338a3bc5
commit
c0db2db25c
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ readme = "README.md"
|
|||
include = ["src", "Cargo.toml", "../LICENSE-*"]
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "2.0.15", features = ["full", "parsing"] }
|
||||
quote = "1.0.26"
|
||||
proc-macro2 = "1.0.56"
|
||||
syn = { version = "2.0.25", features = ["full", "parsing"] }
|
||||
quote = "1.0.29"
|
||||
proc-macro2 = "1.0.64"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue