mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
chore(cargo): introduce syn 3 dependency
It is now used by at the latest versions of anyhow and thiserror, so we will eventually have this duplicate dependency anyway.
This commit is contained in:
@@ -8,5 +8,5 @@ license = "MPL-2.0"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "2"
|
||||
syn = "3"
|
||||
quote = "1"
|
||||
|
||||
Reference in New Issue
Block a user