Skip to content

Commit

Permalink
fix(test): Fix serde_codegen version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Feb 28, 2016
1 parent 973548a commit aded159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_tests/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit aded159

Please sign in to comment.