From aded159092c1d7ceada0a8b6c904575fcedbaa39 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sat, 27 Feb 2016 21:47:01 -0800 Subject: [PATCH] fix(test): Fix serde_codegen version --- json_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_tests/Cargo.toml b/json_tests/Cargo.toml index f057fe08f..cfa02f3c8 100644 --- a/json_tests/Cargo.toml +++ b/json_tests/Cargo.toml @@ -10,7 +10,7 @@ with-syntex = ["syntex", "serde_codegen"] [build-dependencies] syntex = { version = "*", optional = true } -serde_codegen = { version = "*", optional = true } +serde_codegen = { version = "^0.6.0", optional = true } [dependencies] num = "^0.1.27"