serde: Remove unneeded extra-traits syn feature
This commit is contained in:
parent
c12f8700b2
commit
2a2cb8c4d2
@ -17,4 +17,4 @@ proc-macro = true
|
|||||||
proc-macro-crate = "1.0.0"
|
proc-macro-crate = "1.0.0"
|
||||||
proc-macro2 = "1.0.24"
|
proc-macro2 = "1.0.24"
|
||||||
quote = "1.0.8"
|
quote = "1.0.8"
|
||||||
syn = { version = "1.0.55", features = ["full", "extra-traits"] }
|
syn = { version = "1.0.55", features = ["full"] }
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
* Remove unneeded cargo feature from a dependency
|
||||||
|
|
||||||
# 0.4.0
|
# 0.4.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user