diff options
Diffstat (limited to 'helix-loader')
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index 80265d30..55f8422b 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1" serde = { version = "1.0", features = ["derive"] } toml = "0.7" etcetera = "0.8" -tree-sitter = "0.20" +tree-sitter.workspace = true once_cell = "1.18" log = "0.4" which = "4.4" |