mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 11:37:55 +00:00
Bump syn dependency
This commit is contained in:
@@ -25,6 +25,6 @@ with-syn = []
|
||||
clippy = { version = "^0.*", optional = true }
|
||||
quote = "0.1"
|
||||
serde_codegen_internals = { version = "=0.8.9", default-features = false, path = "../serde_codegen_internals" }
|
||||
syn = { version = "0.5", features = ["aster", "visit"] }
|
||||
syn = { version = "0.7", features = ["aster", "visit"] }
|
||||
syntex = { version = "^0.44.0", optional = true }
|
||||
syntex_syntax = { version = "^0.44.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user