From 3315342aa514f1d9dc7a495e7ba76217d98da987 Mon Sep 17 00:00:00 2001 From: p6nj Date: Sat, 20 Jul 2024 21:13:30 +0200 Subject: [PATCH] image fix came out --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0a268c..5f867f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ package.keywords = ["databending", "data-bending", "bending", "bend", "art"] [workspace.dependencies] fundsp = "0.18.2" -image = "0.24.9" +image = "0.25.1" anyhow = "1.0.86" bingus = { version = "0.1.0", path = "bingus" } num-traits = "0.2.19"