From 4237830a97d4b84409c85e9de597c49e3c1982be Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 14 Aug 2025 14:25:19 -0700 Subject: [PATCH] revert default feature list once again --- rustybits/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustybits/Cargo.toml b/rustybits/Cargo.toml index a84bcc0ea..72b558c74 100644 --- a/rustybits/Cargo.toml +++ b/rustybits/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["staticlib", "rlib"] [features] -default = ["zeroidc", "ztcontroller"] +default = ["zeroidc"] zeroidc = [] ztcontroller = [ "dep:serde",