Constrain only the two important dependencies

This commit is contained in:
David Tolnay
2016-07-30 08:43:33 -07:00
parent d786de6696
commit 5bbeedadf2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
[dependencies]
serde = "=0.8.0"
serde = "0.8.0"