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.