From 11e292739682c01cbc19cc7f58d4b961712c65a1 Mon Sep 17 00:00:00 2001 From: BC Ko Date: Wed, 27 Jun 2018 15:20:18 -0700 Subject: [PATCH] bincode="0.8" -> bincode="1.0.1" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 434c0af..0b5b924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ unreachable = "1.0.0" serde = { version = "1", optional = true } [dev_dependencies] -bincode = "0.8" +bincode = "1.0.1"