specify serde_json as "=1.0.7" to pin the version (#451)

This commit is contained in:
AntiochP
2017-12-09 11:59:54 -05:00
committed by GitHub
parent 0a87c0ced1
commit 001fd3789c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ mount = "~0.3.0"
urlencoded = "~0.5.0"
serde = "~1.0.8"
serde_derive = "~1.0.8"
serde_json = "~1.0.2"
serde_json = "=1.0.7"