From 6aa470ba06a6f84bb49277ffb36853b56d56ca90 Mon Sep 17 00:00:00 2001 From: Sylvain Benner Date: Tue, 3 Dec 2024 08:15:47 -0500 Subject: [PATCH] Pin xtask version (#2582) Turns out that maintenance is way better by pining our xtask crate rather than allowing auto-update. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 966023b1f3..6edd25373d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -163,7 +163,7 @@ cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features # cubecl-common = { version = "0.3.0", default-features = false } ### For xtask crate ### -tracel-xtask = { version = "~1.1" } +tracel-xtask = { version = "=1.1.8" } [profile.dev] debug = 0 # Speed up compilation time and not necessary.