Skip to content

Commit

Permalink
Don't let criterion influence the MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
vstroebel committed Oct 9, 2023
1 parent 0f00566 commit c533b68
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 @@ -19,7 +19,7 @@ std = []

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

[profile.dev]
opt-level = 1
Expand Down

0 comments on commit c533b68

Please sign in to comment.