removed more wildcards

This commit is contained in:
Aaronepower 2016-05-22 18:35:51 +01:00
parent dc9b27f0b6
commit dc4d37aa01

View File

@ -14,8 +14,8 @@ build = "build.rs"
# For building serde in stable.
[build-dependencies]
serde_codegen = "*"
syntex = "*"
serde_codegen = "0.10.0"
syntex = "0.7.5"
# Dependencies, and why they are used.
# - Clap: For CLI argument parsing.