summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8bf778f..11984a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5,7 +5,7 @@ version = 4
[[package]]
name = "mdarray"
version = "0.6.1"
-source = "git+https://github.com/fre-hu/mdarray.git?rev=15e2531d1dfb6cde37b5c6770803dbdde034e6bc#15e2531d1dfb6cde37b5c6770803dbdde034e6bc"
+source = "git+https://github.com/fre-hu/mdarray.git?rev=ff74e8c9b2449f5aa8b14841e1e51d2d78b5be3c#ff74e8c9b2449f5aa8b14841e1e51d2d78b5be3c"
[[package]]
name = "mdarray-test"
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" }