diff --git a/Cargo.toml b/Cargo.toml index 24e8250..c9927a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ libm = ["num-traits/libm"] num-traits = { version = "0.2.15", default-features = false } serde = { version = "1.0", default-features = false, features = ["serde_derive"], optional = true } mint = { version = "0.5.1", optional = true } -arbitrary = { version = "1", optional = true, features = ["derive"] } +arbitrary = { version = "1", optional = true } bytemuck = { version = "1.9", optional = true } [dev-dependencies]