diff --git a/Cargo.toml b/Cargo.toml index fa34572..56cce62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webp" -version = "0.2.5" +version = "0.2.6" authors = ["Jared Forth "] edition = "2018" @@ -15,7 +15,7 @@ keywords = ["image", "webp", "conversion"] categories = ["external-ffi-bindings"] [dependencies] -libwebp-sys = "0.9.1" +libwebp-sys = "0.9.3" image = { version = "^0.24.0", default-features = false, optional = true } [features]