From 830370b76ee8df2097ca8c5d7c354c6e26adcaca Mon Sep 17 00:00:00 2001 From: Tarik Demirovic Date: Wed, 9 Oct 2024 10:45:20 +0200 Subject: [PATCH 1/3] Add version to image dependency --- wasm-thumbnail/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm-thumbnail/Cargo.toml b/wasm-thumbnail/Cargo.toml index b17b7f2..4a401e0 100644 --- a/wasm-thumbnail/Cargo.toml +++ b/wasm-thumbnail/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["rlib", "cdylib"] wasm-bindgen = [] [dependencies] -image = { default_features = false, features = ["gif", "jpeg", "png", "webp", "bmp", "ico"] } # leaving "avif-decoder" out of features until it can compile to wasm +image = { version = "0.23.10", default_features = false, features = ["gif", "jpeg", "png", "webp", "bmp", "ico"] } # leaving "avif-decoder" out of features until it can compile to wasm From 5e48018cccbe5ea09e1126768e059c71074cb379 Mon Sep 17 00:00:00 2001 From: Tarik Demirovic Date: Wed, 9 Oct 2024 11:01:51 +0200 Subject: [PATCH 2/3] Update image cargo --- wasm-thumbnail/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm-thumbnail/Cargo.toml b/wasm-thumbnail/Cargo.toml index 4a401e0..bc28db1 100644 --- a/wasm-thumbnail/Cargo.toml +++ b/wasm-thumbnail/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["rlib", "cdylib"] wasm-bindgen = [] [dependencies] -image = { version = "0.23.10", default_features = false, features = ["gif", "jpeg", "png", "webp", "bmp", "ico"] } # leaving "avif-decoder" out of features until it can compile to wasm +image = { version = "0.25.2", default_features = false, features = ["gif", "jpeg", "png", "webp", "bmp", "ico"] } # leaving "avif-decoder" out of features until it can compile to wasm From 17dad163d197ac3e551728c364ba0e6fdff29077 Mon Sep 17 00:00:00 2001 From: Tarik Demirovic Date: Wed, 9 Oct 2024 11:10:02 +0200 Subject: [PATCH 3/3] Update image cargo --- wasm-thumbnail/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm-thumbnail/Cargo.toml b/wasm-thumbnail/Cargo.toml index bc28db1..2e00d44 100644 --- a/wasm-thumbnail/Cargo.toml +++ b/wasm-thumbnail/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["rlib", "cdylib"] wasm-bindgen = [] [dependencies] -image = { version = "0.25.2", default_features = false, features = ["gif", "jpeg", "png", "webp", "bmp", "ico"] } # leaving "avif-decoder" out of features until it can compile to wasm +image = { version = "0.24.9", default_features = false, features = ["gif", "jpeg", "png", "webp", "bmp", "ico"] } # leaving "avif-decoder" out of features until it can compile to wasm