From b21f675732ecaa3892877d3318508cccf1e34a25 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Tue, 19 May 2026 11:10:31 +0900 Subject: [PATCH] Update computegraph revision --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f735552..18532f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -computegraph = { git = "https://github.com/tensor4all/computegraph-rs.git", rev = "8306196" } +computegraph = { git = "https://github.com/tensor4all/computegraph-rs.git", rev = "c20e8912560ef11166418bcea089126ef50443cc" } [workspace]