From 58dcb4ffd7970f45a19f382ed90305b1f71c7b2f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 16 Jun 2017 10:03:24 +0200 Subject: [PATCH] bincode doesn't have serde feature It is built-in. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f407ac..0b69d56 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.8.0", features = ["serde"], default-features = false } +bincode = { version = "0.8.0" }