Set tracel-xtask version to 1.0.x (#2250)

This commit is contained in:
Sylvain Benner 2024-09-05 00:24:33 -04:00 committed by GitHub
parent 6787e778bc
commit 3dfd99c18b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.