Bump the bincode dependency.

Fixes the CI test.
This commit is contained in:
Kang Seonghoon 2017-05-05 19:06:45 +09:00
parent ede06d6beb
commit a91981af02
No known key found for this signature in database
GPG Key ID: 82440FABA6709020
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ serde = { version = "1", optional = true }
[dev-dependencies]
serde_json = { version = "1" }
bincode = { version = "0.7.0", features = ["serde"], default-features = false, git = "https://github.com/TyOverby/bincode.git" }
bincode = { version = "0.8.0", features = ["serde"], default-features = false }