Skip to content

Commit

Permalink
Disable unused bench for Criterion compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 6, 2023
1 parent d874837 commit c1cb508
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ homepage = "https://github.com/image-rs/image-gif"
repository = "https://github.com/image-rs/image-gif"
documentation = "https://docs.rs/gif"
edition = "2018"

exclude = [
"tests/crashtest/*",
"tests/samples/*",
"benches/*.gif",
"gif-afl/*",
]

[lib]
bench = false

[dependencies]
weezl = "0.1.5"
color_quant = { version = "1.0", optional = true }
Expand Down

0 comments on commit c1cb508

Please sign in to comment.