Sort Cargo.toml
s (#24417)
This PR sorts the dependencies in a number of `Cargo.toml` files. Release Notes: - N/A
This commit is contained in:
parent
d6d0d7d3e4
commit
888a2df3f0
6 changed files with 18 additions and 18 deletions
|
@ -70,7 +70,7 @@ tree-sitter-c = { workspace = true, optional = true }
|
|||
tree-sitter-cpp = { workspace = true, optional = true }
|
||||
tree-sitter-css = { workspace = true, optional = true }
|
||||
tree-sitter-diff = { workspace = true, optional = true }
|
||||
tree-sitter-gitcommit = {workspace = true, optional = true }
|
||||
tree-sitter-gitcommit = { workspace = true, optional = true }
|
||||
tree-sitter-go = { workspace = true, optional = true }
|
||||
tree-sitter-go-mod = { workspace = true, optional = true }
|
||||
tree-sitter-gowork = { workspace = true, optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue