mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge pull request #540 from pinkforest/bump-quote
Bump `quote` and `syn`
This commit is contained in:
commit
76e193415b
1 changed files with 2 additions and 2 deletions
|
|
@ -15,5 +15,5 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.53"
|
||||
quote = "1.0.26"
|
||||
syn = { version = "2.0.8", features = ["full"] }
|
||||
quote = "1.0.29"
|
||||
syn = { version = "2.0.22", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue