Enable deserialize_from in the test suite

This commit is contained in:
David Tolnay 2017-12-10 22:46:25 -08:00
parent a45f1ae915
commit a93f2ebff0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -11,7 +11,7 @@ unstable = ["serde/unstable", "compiletest_rs"]
fnv = "1.0"
rustc-serialize = "0.3.16"
serde = { path = "../serde", features = ["rc"] }
serde_derive = { path = "../serde_derive" }
serde_derive = { path = "../serde_derive", features = ["deserialize_from"] }
serde_test = { path = "../serde_test" }
[dependencies]