diff --git a/test_suite/Cargo.toml b/test_suite/Cargo.toml index 5c0b65f3..25d525e8 100644 --- a/test_suite/Cargo.toml +++ b/test_suite/Cargo.toml @@ -9,7 +9,7 @@ unstable = ["serde/unstable", "compiletest_rs"] [dev-dependencies] fnv = "1.0" -proc-macro2 = "0.3" +proc-macro2 = "0.4" rustc-serialize = "0.3.16" serde = { path = "../serde", features = ["rc"] } serde_derive = { path = "../serde_derive", features = ["deserialize_in_place"] }