aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichael Davis2023-08-19 15:21:18 +0000
committerGitHub2023-08-19 15:21:18 +0000
commit01a1e5ec2a8c5b81da1360746dad0a96cd88ae8e (patch)
tree4a170b70d7fd52c423e086b350a64d0659453efd /Cargo.toml
parente4c95f65a64a0553e1dafa365a40dcd5c328fa69 (diff)
Update tree-sitter to latest master (#7998)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d10dd9b..14ab5373 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,4 +34,4 @@ package.helix-tui.opt-level = 2
package.helix-term.opt-level = 2
[workspace.dependencies]
-tree-sitter = { version = "0.20", git = "https://github.com/tree-sitter/tree-sitter", rev = "7d4b0110a9e92161d247a051018ee42b0513e98d" }
+tree-sitter = { version = "0.20", git = "https://github.com/tree-sitter/tree-sitter", rev = "ab09ae20d640711174b8da8a654f6b3dec93da1a" }