From 91882899908ed62ff37636d1670e8e46df48a9d4 Mon Sep 17 00:00:00 2001 From: Christoph Groth Date: Thu, 24 Oct 2024 12:52:52 +0200 Subject: Adapt to new API and the switch to row major --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 79415b8..3f3a2d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -mdarray = "0.6.1" +mdarray = { git = "https://github.com/fre-hu/mdarray.git", rev = "b93aaa58b8b0139f4058247df04f9cf765e0717d" } -- cgit v1.2.3-74-g4815