Skip to content

Commit

Permalink
Update image crate
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed Mar 28, 2024
1 parent 2343764 commit 8ad7c9d
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
Expand Up @@ -15,12 +15,12 @@ keywords = ["image", "webp", "conversion"]
categories = ["external-ffi-bindings"]

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

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

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

0 comments on commit 8ad7c9d

Please sign in to comment.