From 953a6068d557583a947f91c718cd0ebf9d8f3982 Mon Sep 17 00:00:00 2001 From: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Wed, 15 May 2024 14:58:10 +0200 Subject: [PATCH] fix tree-sitter library at the same version than swh-search --- Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index dad2af78..122d1acb 100644 --- a/Makefile.local +++ b/Makefile.local @@ -18,7 +18,7 @@ BUILD_DEPS := BUILD_DEPS += cffi # swh.search -BUILD_DEPS += tree-sitter +BUILD_DEPS += tree-sitter\<0.22.0 # swh.loader.bzr>breezy BUILD_DEPS += configobj -- GitLab