From efc43529449b67d83f53e585cc7d71018a252ac7 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Sun, 19 Jul 2026 13:24:17 +0900 Subject: [PATCH] chore: update CubeCL test gating revision --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9fe411fe6..0bbd056da 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 = "11b52669f13e27bbe188f988fd696df6d989a562", version = "=0.10.0", default-features = false } -cubecl-common = { package = "t4a-cubecl-common", git = "https://github.com/tensor4all/cubecl.git", rev = "11b52669f13e27bbe188f988fd696df6d989a562", version = "=0.10.0", default-features = false } +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 } derive-new = { version = "0.7.0", default-features = false } log = { default-features = false, version = "0.4.22" }