From ccc64f4fb666e9ffef819a5e8c5965fb5eb17652 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 27 Apr 2020 16:59:25 +0200 Subject: do not fix lua version in rockspec --- dist/release.sh | 2 +- dist/rocks/alive-scm-3.rockspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/release.sh b/dist/release.sh index da6dcb9..b874eb8 100755 --- a/dist/release.sh +++ b/dist/release.sh @@ -69,7 +69,7 @@ text-based language and works without special editor support.]], } dependencies = { - "lua >= 5.3", + "lua", "moonscript >= 0.5.0", "lpeg ~> 0.10", "luafilesystem", diff --git a/dist/rocks/alive-scm-3.rockspec b/dist/rocks/alive-scm-3.rockspec index 4623319..c6ef5fc 100644 --- a/dist/rocks/alive-scm-3.rockspec +++ b/dist/rocks/alive-scm-3.rockspec @@ -18,7 +18,7 @@ text-based language and works without special editor support.]], } dependencies = { - "lua >= 5.3", + "lua", "moonscript >= 0.5.0", "lpeg ~> 0.10", "luafilesystem", -- cgit v1.2.3