Skip to content

Commit

Permalink
Don't activate rand dependency when only the serde feature is giv…
Browse files Browse the repository at this point in the history
…en. (#133)
  • Loading branch information
kpreid committed Jun 15, 2023
1 parent dd6956a commit 27d6eb6
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 @@ -30,7 +30,7 @@ serde_test = "1.0"
[features]
default = ["std"]
std = ["num-traits/std"]
serde = ["dep:serde", "rand/serde1"]
serde = ["dep:serde", "rand?/serde1"]
randtest = ["rand/std", "rand/std_rng"]
rkyv = ["rkyv_32"]
rkyv_16 = ["dep:rkyv", "rkyv?/size_16"]
Expand Down

0 comments on commit 27d6eb6

Please sign in to comment.