Skip to content

Commit

Permalink
chore: Bump libwebp-sys and crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
peasee committed Sep 14, 2023
1 parent ba3f978 commit 9d4c56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "webp"
version = "0.2.5"
version = "0.2.6"
authors = ["Jared Forth <jaredforthdev@gmail.com>"]
edition = "2018"

Expand All @@ -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]
Expand Down

0 comments on commit 9d4c56e

Please sign in to comment.