diff options
| author | Christoph Groth <christoph.groth@cea.fr> | 2024-10-24 12:52:52 +0200 |
|---|---|---|
| committer | Christoph Groth <christoph.groth@cea.fr> | 2025-01-09 13:58:07 +0100 |
| commit | 91882899908ed62ff37636d1670e8e46df48a9d4 (patch) | |
| tree | 67f2f8bec65c6754951223afee1c3f4f3f712c91 /Cargo.toml | |
| parent | 52600bbfe3e48d66d1dce00bcde3e2012807c9e0 (diff) | |
Adapt to new API and the switch to row major
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |
