We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4027a3f commit 8380e99Copy full SHA for 8380e99
2 files changed
LICENCE
@@ -1,5 +1,5 @@
1
Author : Brian Maher <brian at brimworks dot com>
2
-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
3
4
The MIT License
5
lua-zlib-scm-0.rockspec
@@ -16,7 +16,7 @@ description = {
16
license = "MIT"
17
}
18
dependencies = {
19
- "lua >= 5.1, <= 5.4"
+ "lua >= 5.1, <= 5.5"
20
21
external_dependencies = {
22
ZLIB = {
0 commit comments