From f59a7ad8d84100345616d8ad2e9f8165095303a5 Mon Sep 17 00:00:00 2001 From: James Baker Date: Sat, 27 Jul 2024 12:05:29 +0100 Subject: [PATCH] Support image crate 0.25 and not 0.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4bc51d..1914728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ description = "Fast and easy JPEG encoding, decoding and lossless transforms wit doctest = true [dependencies] -image = {version = "^0.24", optional = true, default-features = false} +image = {version = "^0.25", optional = true, default-features = false} libc = "^0.2" thiserror = "^1.0" turbojpeg-sys = {version = "^1.0.0", default-features = false, path = "./turbojpeg-sys"}