summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristoph Groth <christoph.groth@cea.fr>2025-01-09 21:59:23 +0100
committerChristoph Groth <christoph.groth@cea.fr>2025-01-09 22:22:38 +0100
commit2ec9bbe18b57d0673a7065c23ca5d40184bf55ce (patch)
treef958429017d1e76b5824e7fe29b88364f9efa25c /Cargo.toml
parent0352f2f8b17d32aae62fdd020299c25060c223fd (diff)
New conversions allow to use a dynamic rank array with matmul
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b0e8e33..4a27b26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }