mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix(deps): update rust crate syn to 2.0.60
This commit is contained in:
parent
012fd6cc32
commit
75ca2fb5b1
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ path = "src/lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "2.0", features = ["full"] }
|
||||
syn = { version = "2.0.60", features = ["full"] }
|
||||
quote = "1.0.36"
|
||||
proc-macro2 = "1.0.81"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue