From 712e653f61de7cfaa77d19c13f7966c3ae01561b Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 28 Mar 2024 17:47:07 +0100 Subject: [PATCH] fix: prevent installation of luafilesystem scm as dependency --- .github/workflows/luarocks.yml | 2 +- luarocks-build-treesitter-parser-scm-1.rockspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index dd93342..a0045e8 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -27,4 +27,4 @@ jobs: with: version: ${{ env.LUAROCKS_VERSION }} dependencies: | - luafilesystem + luafilesystem ~> 1 diff --git a/luarocks-build-treesitter-parser-scm-1.rockspec b/luarocks-build-treesitter-parser-scm-1.rockspec index 7fd1391..5035935 100644 --- a/luarocks-build-treesitter-parser-scm-1.rockspec +++ b/luarocks-build-treesitter-parser-scm-1.rockspec @@ -5,7 +5,7 @@ version = _MODREV .. _SPECREV dependencies = { "lua >= 5.1", - "luafilesystem", + "luafilesystem ~> 1", } test_dependencies = {