From 41e302459c2c1f83dc0ab1cae6e95979e2fc4077 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Mon, 22 Jun 2026 21:53:22 +0900 Subject: [PATCH] Align t4a CubeCL staging rev --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 08398f7e5..5023454ce 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 = "68365e47322123359d0a07d741ba9771a0bf6ffe", version = "=0.10.0", default-features = false } -cubecl-common = { package = "t4a-cubecl-common", git = "https://github.com/tensor4all/cubecl.git", rev = "68365e47322123359d0a07d741ba9771a0bf6ffe", version = "=0.10.0", default-features = false } +cubecl = { package = "t4a-cubecl", git = "https://github.com/tensor4all/cubecl.git", rev = "6424d9da407d4bc10034aee3bae52705eb5d2da0", version = "=0.10.0", default-features = false } +cubecl-common = { package = "t4a-cubecl-common", git = "https://github.com/tensor4all/cubecl.git", rev = "6424d9da407d4bc10034aee3bae52705eb5d2da0", version = "=0.10.0", default-features = false } derive-new = { version = "0.7.0", default-features = false } log = { default-features = false, version = "0.4.22" }