From 3949ef6920e8dd7342830e2a2d2dfb97e723bd53 Mon Sep 17 00:00:00 2001 From: luau-project Date: Fri, 26 Dec 2025 10:08:00 -0300 Subject: [PATCH] support Lua 5.5 --- LICENCE | 2 +- lua-zlib-scm-0.rockspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENCE b/LICENCE index 2b408dd..6e1d3ec 100644 --- a/LICENCE +++ b/LICENCE @@ -1,5 +1,5 @@ Author : Brian Maher -Library : lua_zlib - Lua 5.1 to Lua 5.4 interface to zlib +Library : lua_zlib - Lua 5.1 to Lua 5.5 interface to zlib The MIT License diff --git a/lua-zlib-scm-0.rockspec b/lua-zlib-scm-0.rockspec index d6defe9..4608c96 100644 --- a/lua-zlib-scm-0.rockspec +++ b/lua-zlib-scm-0.rockspec @@ -16,7 +16,7 @@ description = { license = "MIT" } dependencies = { - "lua >= 5.1, <= 5.4" + "lua >= 5.1, <= 5.5" } external_dependencies = { ZLIB = {