Skip to content

Commit 06505f0

Browse files
committed
Fix. Supports Lua 5.3 in rockspec file.
1 parent 9011d58 commit 06505f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rockspecs/lua-curl-scm-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = {
1515
}
1616

1717
dependencies = {
18-
"lua >= 5.1, < 5.3"
18+
"lua >= 5.1, < 5.4"
1919
}
2020

2121
external_dependencies = {

0 commit comments

Comments
 (0)