rockspec: bump max lua version

We don't seem to require any changes for 5.4 support
This commit is contained in:
daurnimator
2020-07-05 19:43:43 +10:00
parent 5559abd73e
commit 3144e8518a

View File

@@ -10,7 +10,7 @@ description = {
license = "MIT"
}
dependencies = {
"lua >= 5.1, < 5.4"
"lua >= 5.1, < 5.5"
}
build = {
type = "builtin",