Skip to content

Commit 272471a

Browse files
committed
build: Only include png feature of image crate
1 parent dddbfe2 commit 272471a

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

Cargo.lock

-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ futures-io = "0.3"
2929
git-version = "0.3"
3030
hex = { version = "0.4", features = ["serde"] }
3131
hostname = "0.3"
32-
image = "0.23"
32+
image = { version = "0.23", default-features = false, features = ["png"] }
3333
lazy_static = "1.4"
3434
log = "0.4"
3535
num_cpus = "1.13"

0 commit comments

Comments
 (0)