Skip to content

Commit

Permalink
Merge pull request #35 from jwiesler/main
Browse files Browse the repository at this point in the history
Update image version to 0.25
  • Loading branch information
jaredforth committed Apr 2, 2024
2 parents b2b3c2d + 9550e64 commit 66c297a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webp"
version = "0.2.6"
version = "0.2.7"
authors = ["Jared Forth <jaredforthdev@gmail.com>"]
edition = "2018"

Expand All @@ -16,11 +16,11 @@ categories = ["external-ffi-bindings"]

[dependencies]
libwebp-sys = "0.9.3"
image = { version = "^0.24.0", default-features = false, optional = true }
image = { version = "^0.25.0", default-features = false, optional = true }

[features]
default = ["img"]
img = [ "image" ]

[dev-dependencies]
image = "0.24"
image = "0.25"

0 comments on commit 66c297a

Please sign in to comment.