Skip to content

Commit

Permalink
Remove dependency on derive feature of arbitrary. (#530)
Browse files Browse the repository at this point in the history
It has not been used since commit be0a341
aka PR <#505>.
  • Loading branch information
kpreid authored Jul 16, 2024
1 parent f0ff55d commit 57e1332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 57e1332

Please sign in to comment.