Update loader dependency in cli

This commit is contained in:
Max Brunsfeld 2021-11-21 13:56:22 -08:00
parent cc66e07a6e
commit 775ec76908
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ version = "0.20"
path = "../highlight"
[dependencies.tree-sitter-loader]
version = "0.19.0"
version = "0.20"
path = "loader"
[dependencies.tree-sitter-tags]