Skip to content

Commit

Permalink
Add default feature that enables all image features
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin authored and jihchi committed Oct 4, 2024
1 parent 650248f commit d1cf47a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ categories = [
[package.metadata.release]
pre-release-commit-message = "Bump version to {{version}}"

[features]
default = ["image/default"]

### BEGIN
# Fix an issue where `cargo bench -- --save-baseline` does not work.
# For more details, please see https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
Expand Down

0 comments on commit d1cf47a

Please sign in to comment.