summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristoph Groth <christoph.groth@cea.fr>2025-02-05 18:02:35 +0100
committerChristoph Groth <christoph.groth@cea.fr>2025-02-05 18:02:35 +0100
commite7480f9232f6a09c5ffa94c29e0d4e875e1d93b4 (patch)
treecc527cef5d543ef1f817a0ab64c6b480cc1d81b8 /Cargo.toml
parent2e045badf89e7fd0f852ac012064cd811f82b790 (diff)
Update to edition 2024
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 97d5598..37660ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "mdarray-test"
version = "0.1.0"
-edition = "2021"
+edition = "2024"
[dependencies]
-mdarray = { git = "https://github.com/fre-hu/mdarray.git", rev = "15e2531d1dfb6cde37b5c6770803dbdde034e6bc" }
+mdarray = { git = "https://github.com/fre-hu/mdarray.git", rev = "ff74e8c9b2449f5aa8b14841e1e51d2d78b5be3c" }