From 479dd4fc5963f4517854b6034931f83ede7fe901 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 11 Dec 2020 00:59:49 +0100 Subject: [PATCH] removed unused bincode --- afl/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/afl/Cargo.toml b/afl/Cargo.toml index df2b36dca5..81e5d8741c 100644 --- a/afl/Cargo.toml +++ b/afl/Cargo.toml @@ -34,5 +34,4 @@ num = "*" xxhash-rust = { version = "0.8.0", features = ["xxh3"] } # xxh3 hashing for rust serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib erased-serde = "0.3.12" -postcard = { version = "0.5.1", features = ["alloc"] } # no_std compatible serde serialization fromat -bincode = "1.3.1" \ No newline at end of file +postcard = { version = "0.5.1", features = ["alloc"] } # no_std compatible serde serialization fromat \ No newline at end of file