chore(rockspec): add lua dependency constraints
This commit is contained in:
parent
56e76a4baf
commit
08102153b1
|
@ -19,6 +19,10 @@ description = {
|
|||
},
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
"lua >= 5.1, < 5.5",
|
||||
}
|
||||
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
|
|
Loading…
Reference in New Issue