summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristoph Groth <christoph.groth@cea.fr>2026-02-09 11:30:17 +0100
committerChristoph Groth <christoph.groth@cea.fr>2026-02-09 11:49:46 +0100
commit1c0916d182df7d6f438cc6283140aecc519b41b6 (patch)
tree8c2aafeb088d0074bbf82964a00bf70711e9eb4b /Cargo.toml
parent33938712af1b7191cf18c8a06f214b61dc279d02 (diff)
Add expressions
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 3dbda44..28c60c7 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 = "2a67f2ec7ed326fad9dc95a94f772b7e2140c8eb" }
+mdarray = "0.7.2"