aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichael Davis2024-03-17 13:42:16 +0000
committerBlaž Hrastnik2024-03-18 01:34:53 +0000
commit38af99f05f76dfcdb36e5b498a64b8c39b2fa27a (patch)
treee6097a1e0b9742b83e81cf6602a09a5e33658df9 /Cargo.toml
parent476e6baf8f664bb08114aa5bf6bc839925d8d329 (diff)
Bump tree-sitter to 0.22.2
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 91f6e7ca..e56aedc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ package.helix-tui.opt-level = 2
package.helix-term.opt-level = 2
[workspace.dependencies]
-tree-sitter = { version = "0.20", git = "https://github.com/helix-editor/tree-sitter", rev = "660481dbf71413eba5a928b0b0ab8da50c1109e0" }
+tree-sitter = { version = "0.22" }
nucleo = "0.2.0"
[workspace.package]