removed unused bincode

This commit is contained in:
Dominik Maier 2020-12-11 00:59:49 +01:00
parent 26763f77d0
commit 479dd4fc59

View File

@ -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"
postcard = { version = "0.5.1", features = ["alloc"] } # no_std compatible serde serialization fromat