Skip to content

Commit fc5339e

Browse files
authored
rockspec: require compat53 >= 0.11 (#707)
See #687.
1 parent d2bb075 commit fc5339e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tl-dev-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = {
1313
-- this is really an optional dependency if you're running Lua 5.3,
1414
-- but if you're using LuaRocks, pulling it shouldn't be too much
1515
-- trouble anyway.
16-
"compat53",
16+
"compat53 >= 0.11",
1717

1818
-- needed for the cli tool
1919
"argparse",

0 commit comments

Comments
 (0)