From 02efeba9c449eae31c0e292920abc685472cdd28 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Thu, 30 Jul 2026 08:33:27 +0900 Subject: [PATCH] chore: align CubeCL submission completion pin --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0bbd056da..4a91f3fbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ version = "0.2.0" # PR/CI builds use the tensor4all CubeCL commit that adds the `t4a-cubecl*` # package manifests. Published packages use the registry packages at the same # exact versions. -cubecl = { package = "t4a-cubecl", git = "https://github.com/tensor4all/cubecl.git", rev = "346135ab43cececf6405d52a3dbc987537402d27", version = "=0.10.0", default-features = false } -cubecl-common = { package = "t4a-cubecl-common", git = "https://github.com/tensor4all/cubecl.git", rev = "346135ab43cececf6405d52a3dbc987537402d27", version = "=0.10.0", default-features = false } +cubecl = { package = "t4a-cubecl", git = "https://github.com/tensor4all/cubecl.git", rev = "1c88bb6f1a47ffb11755e05048b7828a743f53e1", version = "=0.10.0", default-features = false } +cubecl-common = { package = "t4a-cubecl-common", git = "https://github.com/tensor4all/cubecl.git", rev = "1c88bb6f1a47ffb11755e05048b7828a743f53e1", version = "=0.10.0", default-features = false } derive-new = { version = "0.7.0", default-features = false } log = { default-features = false, version = "0.4.22" }