diff --git a/Cargo.toml b/Cargo.toml index 5f3100f..4ac5288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ harness = false [features] default = ["std"] -std = ["odds/std", "nodrop/std"] +std = [] use_union = [] serde-1 = ["serde"]