Bump tree-sitter-bash to 0.25 (#32091)
Closes https://github.com/zed-industries/zed/issues/23703 Release Notes: - Fixed a crash that could occur when editing bash files
This commit is contained in:
parent
0a2186c87b
commit
f8ab51307a
2 changed files with 3 additions and 3 deletions
|
@ -575,7 +575,7 @@ tokio-tungstenite = { version = "0.26", features = ["__rustls-tls"] }
|
|||
toml = "0.8"
|
||||
tower-http = "0.4.4"
|
||||
tree-sitter = { version = "0.25.6", features = ["wasm"] }
|
||||
tree-sitter-bash = "0.23"
|
||||
tree-sitter-bash = "0.25.0"
|
||||
tree-sitter-c = "0.23"
|
||||
tree-sitter-cpp = "0.23"
|
||||
tree-sitter-css = "0.23"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue