From 07798364778c655820423d37f071d81b3eaf1428 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 2 Sep 2024 13:32:20 -0700 Subject: [PATCH] Update rockspec 1.0-5 to also work on lua-5.4. The tests pass 100% on Lua 5.4. --- rockspecs/luagraphs-1.0-5.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockspecs/luagraphs-1.0-5.rockspec b/rockspecs/luagraphs-1.0-5.rockspec index 389f0e3..71f999e 100644 --- a/rockspecs/luagraphs-1.0-5.rockspec +++ b/rockspecs/luagraphs-1.0-5.rockspec @@ -14,7 +14,7 @@ description = { license = "MIT/X11" } dependencies = { - "lua >= 5.1, < 5.4" + "lua >= 5.1, <= 5.4" } build = { type = "builtin",