From 95e68f235e8cac86cbceccc946a0252f5d130bef Mon Sep 17 00:00:00 2001 From: Dylan Bowker Date: Sun, 12 May 2024 08:42:09 -0600 Subject: [PATCH] chore: re-instated original default features --- libraries/native_model/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index d20878e1..b91fa456 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -32,8 +32,7 @@ criterion = { version = "0.5.1" } skeptic = "0.13.7" [features] -# default = ["serde", "bincode_1_3"] -default = ["serde", "bincode_1_3", "bincode_2_rc", "postcard_1_0", "rmp_serde_1_3"] +default = ["serde", "bincode_1_3"] [[bench]] name = "overhead"