build(xtask): ignore the language crate
This commit is contained in:
parent
c801594b85
commit
cd81527b1b
1 changed files with 3 additions and 1 deletions
|
|
@ -246,7 +246,9 @@ fn update_crates(
|
|||
cmd.arg("--no-git-commit")
|
||||
.arg("--yes")
|
||||
.arg("--force")
|
||||
.arg("*");
|
||||
.arg("tree-sitter{,-cli,-config,-generate,-loader,-highlight,-tags}")
|
||||
.arg("--ignore-changes")
|
||||
.arg("lib/language/*");
|
||||
|
||||
let status = cmd.status()?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue