Skip to content

Commit a5cc44a

Browse files
committed
Negligible change in Cargo.toml
1 parent 3d6ab71 commit a5cc44a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "src/main.rs"
2020
clap = { version = "4.0", features = ["derive"] }
2121
fast_image_resize = "2.7.3"
2222
image = "0.24.7"
23-
oxipng = { version = "9.0" , default-features = false, features = ["parallel"] }
24-
pathdiff = { version="0.2.1"}
23+
oxipng = { version = "9.0", default-features = false, features = ["parallel"] }
24+
pathdiff = { version="0.2.1" }
2525
turbojpeg = { version = "0.5", features = ["image"] }
2626
walkdir = "2"

0 commit comments

Comments
 (0)