Skip to content

Commit

Permalink
fix: reduce unnecesary features in image crate
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMayo committed Apr 27, 2024
1 parent 81df01c commit fbd88b9
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 @@ -29,7 +29,7 @@ thiserror = "1.0"
bitflags = "1.2"
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"], optional = true }
image = {version = "0.25.1", optional = true}
image = { version = "0.25.1", optional = true, default-features = false }

[dev-dependencies]
serial_test = "1"

0 comments on commit fbd88b9

Please sign in to comment.