Skip to content

Commit

Permalink
Fix webp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymphatus committed Apr 23, 2024
1 parent de9303e commit bf5fcec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libcaesium"
version = "0.15.3"
version = "0.15.4"
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
edition = "2021"
categories = ["multimedia::images"]
Expand Down Expand Up @@ -34,7 +34,7 @@ mozjpeg-sys = { version = "1.1", optional = true }
oxipng = { version = "9.0", default-features = false, features = ["filetime", "zopfli"], optional = true }
libc = "0.2"
gifsicle = { version = "1.94", optional = true }
webp = { version = "0.2.7", optional = true }
webp = { version = "0.3.0", optional = true }
infer = "0.15.0"
image = { version = "0.25.1", default-features = false }
img-parts = "0.3"
Expand Down

0 comments on commit bf5fcec

Please sign in to comment.