From 95212349cfcf54682e42ef000dc25a6124e5c7aa Mon Sep 17 00:00:00 2001 From: ayykamp Date: Sun, 22 Feb 2026 18:51:29 +0100 Subject: [PATCH] bump ndarray to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2354201..6e61191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ ndarray = ["dep:ndarray", "alloc"] image = ["dep:image", "alloc"] [dependencies] -ndarray = { version = "0.16", default-features = false, optional = true } +ndarray = { version = "0.17", default-features = false, optional = true } nalgebra = { version = "0.33", default-features = false, optional = true } image = { version = "0.25", default-features = false, optional = true }