From ce6421f212400e1490c43b4be4ed7cf07e70d5ac Mon Sep 17 00:00:00 2001 From: Able Date: Thu, 6 Apr 2023 16:27:01 -0500 Subject: [PATCH] bincode work --- libraries/xml/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/xml/Cargo.toml b/libraries/xml/Cargo.toml index 2a59426..dac02a8 100644 --- a/libraries/xml/Cargo.toml +++ b/libraries/xml/Cargo.toml @@ -10,6 +10,4 @@ serde = { version = "1.0", default-features = false, features = [ "derive", "alloc", ] } -bincode = { version = "1.3.3", default-features = false, features = [ - "serde_no_std", -] } +bincode = { version = "1.3.3", default-features = false, features = ["alloc"] }