my fork of dmp
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,9 +36,9 @@ harness = false name = "diff" harness = false -# [[bench]] -# name = "bisect" -# harness = false +[[bench]] +name = "bisect" +harness = false # [profile.bench] # debug = true |