diff options
| author | Christoph Groth <christoph.groth@cea.fr> | 2025-01-09 21:59:23 +0100 |
|---|---|---|
| committer | Christoph Groth <christoph.groth@cea.fr> | 2025-01-09 22:22:38 +0100 |
| commit | 2ec9bbe18b57d0673a7065c23ca5d40184bf55ce (patch) | |
| tree | f958429017d1e76b5824e7fe29b88364f9efa25c /Cargo.toml | |
| parent | 0352f2f8b17d32aae62fdd020299c25060c223fd (diff) | |
New conversions allow to use a dynamic rank array with matmul
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 = { git = "https://github.com/fre-hu/mdarray.git", rev = "f7aaba4fe618edb5b55f36e8a9425f165f38163c" } +mdarray = { git = "https://github.com/fre-hu/mdarray.git", rev = "06cb5e371326e674c0e9eebe0db5c4e7e200b800" } |
