From 78ce5d2152ac27ae9561c400a49ebe5f4a79451b Mon Sep 17 00:00:00 2001 From: Christoph Groth Date: Thu, 6 Mar 2025 11:42:05 +0100 Subject: Switch to recent mdarray release --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11984a5..afcbf4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,8 +4,9 @@ version = 4 [[package]] name = "mdarray" -version = "0.6.1" -source = "git+https://github.com/fre-hu/mdarray.git?rev=ff74e8c9b2449f5aa8b14841e1e51d2d78b5be3c#ff74e8c9b2449f5aa8b14841e1e51d2d78b5be3c" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3ca1164a426797bcd79c2004d58c83b34af3a3bfde11fb71ca03be15f1f41ac" [[package]] name = "mdarray-test" diff --git a/Cargo.toml b/Cargo.toml index 37660ce..0994382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2024" [dependencies] -mdarray = { git = "https://github.com/fre-hu/mdarray.git", rev = "ff74e8c9b2449f5aa8b14841e1e51d2d78b5be3c" } +mdarray = { version = "0.7.0" } -- cgit v1.2.3-74-g4815