Skip to content

Commit c533b68

Browse files
committed
Don't let criterion influence the MSRV
1 parent 0f00566 commit c533b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ std = []
1919

2020
[dev-dependencies]
2121
jpeg-decoder = { version = "0.3", default-features = false }
22-
criterion = "0.5"
22+
#criterion = { version = "0.5", default-features = false, features = ["plotters", "cargo_bench_support"]}
2323

2424
[profile.dev]
2525
opt-level = 1

0 commit comments

Comments
 (0)