diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 3870856..9316d63 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] dirs = "5.0.1" pandoc_ast = "0.8.4" -tree-sitter = "0.20.10" +tree-sitter = "0.25.2" tree-sitter-norg = { git = "https://github.com/nvim-neorg/tree-sitter-norg.git" } [features]