Skip to content

Commit d3cde1c

Browse files
authored
feat(image): upgrade libwebp to 0.7 (#22)
1 parent 9b74328 commit d3cde1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/binding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ libavif = { version = "0.10", default-features = false, features = [
3838
"codec-aom",
3939
] }
4040
libc = "0.2"
41-
libwebp-sys = { version = "0.6", features = ["avx2", "sse41", "neon"] }
41+
libwebp-sys = { version = "0.7", features = ["avx2", "sse41", "neon"] }
4242
lodepng = "3"
4343
napi = { version = "2", default-features = false, features = ["napi3"] }
4444
napi-derive = { version = "2", default-features = false, features = [

0 commit comments

Comments
 (0)