Update Cargo.toml

This commit is contained in:
Gav Wood 2016-02-19 11:26:24 +01:00
parent 8831e73d98
commit ba4c2c94ec
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ rustc-serialize = "0.3"
serde_macros = { version = "0.6.13", optional = true }
[build-dependencies]
serde_codegen = { "version" = "0.6.13", "optional" = true }
serde_codegen = { version = "0.6.13", optional = true }
syntex = "0.29.0"
[features]