From 7517f7c5065b4089ca146ce8799dab445ec32068 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sat, 12 Nov 2022 17:45:14 +0200 Subject: [PATCH] pin `image` dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6339020b2..a21bcb662 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ bitflags = "1" mint = { version = "0.5.6", optional = true } [dev-dependencies] -image = { version = "0.24.0", default-features = false, features = ["png"] } +image = { version = "=0.24.4", default-features = false, features = ["png"] } simple_logger = { version = "2.1.0", default_features = false } [target.'cfg(target_os = "android")'.dependencies]