From 838b18e2eb847c345cafa231548bf2a4c7b0b224 Mon Sep 17 00:00:00 2001 From: Bhavya Jain Date: Sun, 19 Jul 2026 16:59:14 +0000 Subject: [PATCH] fix(deps): pin external git dependencies Signed-off-by: Bhavya Jain --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 51f0958..798c09d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,8 +70,8 @@ mohu-io = { path = "crates/mohu-io", version = "0.1.0" } mohu-testing = { path = "crates/mohu-testing", version = "0.1.0" } # ── External mohu-org crates (separate repos) ───────────────────────────────── -mohu-compute = { git = "https://github.com/mohu-org/mohu-compute" } -mohu-linalg = { git = "https://github.com/mohu-org/mohu-linalg" } +mohu-compute = { git = "https://github.com/mohu-org/mohu-compute", rev = "9243ba1fcd292adf789b87ed7884f68ab3b6d9fb" } +mohu-linalg = { git = "https://github.com/mohu-org/mohu-linalg", rev = "2f4d83969b27a2d0e21f5c90ab92c2b078bb0844" } # ── Parallelism ─────────────────────────────────────────────────────────────── rayon = "1.10"