Skip to content

Commit

Permalink
crates/image/Cargo: Always include the std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Apr 5, 2024
1 parent db7a5ee commit 285927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zune-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ all = ["image_formats", "serde-support", "metadata", "threads", "simd", "log"]
[dependencies]
#zune-imageprocs = { path = "../zune-imageprocs", optional = true }
# Core primitives
zune-core = { path = "../zune-core", version = "^0.4.12" }
zune-core = { path = "../zune-core", version = "^0.4.12", features = ["std"] }
# Images
zune-png = { path = "../zune-png", version = "0.4", optional = true }
zune-jpeg = { path = "../zune-jpeg", version = "0.4", optional = true }
Expand Down

0 comments on commit 285927f

Please sign in to comment.