Support Lua 5.1 to 5.2

master
Robert G. Jakabosky 13 years ago
parent cb88f6fe59
commit 1949b4c559

@ -9,7 +9,7 @@ description = {
license = "MIT/X11",
}
dependencies = {
"lua >= 5.1",
"lua >= 5.1, < 5.3",
}
build = {
type = "builtin",

Loading…
Cancel
Save