From a91981af026052d6a1b9591f3c7f18a46842a5c5 Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Fri, 5 May 2017 19:06:45 +0900 Subject: [PATCH] Bump the bincode dependency. Fixes the CI test. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31eb1bf..3f407ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }