Skip to content

Commit

Permalink
Pin xtask version (tracel-ai#2582)
Browse files Browse the repository at this point in the history
Turns out that maintenance is way better by pining our xtask crate rather
than allowing auto-update.
  • Loading branch information
syl20bnr authored Dec 3, 2024
1 parent c890af8 commit 6aa470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6aa470b

Please sign in to comment.