summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristoph Groth <christoph.groth@cea.fr>2025-03-06 11:42:05 +0100
committerChristoph Groth <christoph.groth@cea.fr>2025-03-06 11:42:05 +0100
commit78ce5d2152ac27ae9561c400a49ebe5f4a79451b (patch)
treef16614e537044e41612221b9fa0e94d7eb48165c /Cargo.toml
parent5da8670c2715315a9b86a1e4168699e6f6d81693 (diff)
Switch to recent mdarray release
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 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" }