From 1ca8e58a388415e62e0e2125afe85fb42f9df37c Mon Sep 17 00:00:00 2001 From: rickwebiii Date: Thu, 24 Jul 2025 12:58:21 -0700 Subject: [PATCH] Plumb through bytemuck feature --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ac07a38df..e6f7594ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,8 @@ features = ["i128"] [features] default = ["std"] +bytemuck = ["num-complex/bytemuck"] + num-bigint = ["dep:num-bigint"] std = [