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 = {