From 8557f2d3f86a59fb6ea531815349db82d54f184c Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 1 Jul 2017 13:32:11 -0400 Subject: [PATCH] rockspec modification --- rockspecs/multi-1.8-2.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rockspecs/multi-1.8-2.rockspec b/rockspecs/multi-1.8-2.rockspec index 7737452..2125f12 100644 --- a/rockspecs/multi-1.8-2.rockspec +++ b/rockspecs/multi-1.8-2.rockspec @@ -7,13 +7,13 @@ source = { description = { summary = "Lua Multi tasking library", detailed = [[ - This library contains many methods for multi tasking. From simple side by code using multi objs, to using coroutine based Threads and System threads(When you have lua lanes installed or are using love2d. Optional) + This library contains many methods for multi tasking. From simple side by side code using multi objs, to using coroutine based Threads and System threads(When you have lua lanes installed or are using love2d. Optional) The core of the library works on lua 5.1+ however the systemthreading features are limited to 5.1 ]], homepage = "https://github.com/rayaman/multi", license = "MIT" } dependencies = { - "lua >= 5.1, < 5.4" + "lua >= 5.1, < 5.2" } build = { type = "builtin",