Commit ec2a2cc
committed
Remove path dev-dependency
Currently we are enabling "rand" using a path dependency in the
dev-dependencies because of the benches. This is reducing coverage in CI
because "std" is always enabled.
Feature gate the bench that requires "rand" and remove the path
dependency.1 parent b100bf3 commit ec2a2cc
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments