summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChristoph Groth <christoph.groth@cea.fr>2024-10-24 12:52:52 +0200
committerChristoph Groth <christoph.groth@cea.fr>2025-01-09 13:58:07 +0100
commit91882899908ed62ff37636d1670e8e46df48a9d4 (patch)
tree67f2f8bec65c6754951223afee1c3f4f3f712c91 /Cargo.lock
parent52600bbfe3e48d66d1dce00bcde3e2012807c9e0 (diff)
Adapt to new API and the switch to row major
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84ba7d8..d0b78ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5,8 +5,7 @@ version = 3
[[package]]
name = "mdarray"
version = "0.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e0d82a5ed5640d5075b3fdfe2c0921fc473bc0977c5707c248b76bd43b56dcd"
+source = "git+https://github.com/fre-hu/mdarray.git?rev=b93aaa58b8b0139f4058247df04f9cf765e0717d#b93aaa58b8b0139f4058247df04f9cf765e0717d"
[[package]]
name = "mdarray-test"