From 3dfd99c18b3df7ec7d0a4e53898b0debf6273246 Mon Sep 17 00:00:00 2001 From: Sylvain Benner Date: Thu, 5 Sep 2024 00:24:33 -0400 Subject: [PATCH] Set tracel-xtask version to 1.0.x (#2250) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1276ff997..adef4cc1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features # cubecl-common = { version="0.2.0", default-features = false } ### For xtask crate ### -tracel-xtask = { git = "https://github.com/tracel-ai/xtask", rev = "921408bc16e74d3ef8ae59356d928fb6706fb8f4" } +tracel-xtask = { version = "~1.0" } [profile.dev] debug = 0 # Speed up compilation time and not necessary.