Fix webp dependency
This commit is contained in:
parent
de9303e1c2
commit
bf5fcec976
|
@ -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"]
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue