From bbce42f0aa66ff98ceb18d49eafeeb93bcbab5d9 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Wed, 25 Jul 2018 12:20:21 -0400 Subject: [PATCH] forgot to add dep on net --- rockspecs/multi-12.0-0.rockspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rockspecs/multi-12.0-0.rockspec b/rockspecs/multi-12.0-0.rockspec index 69f4583..e792886 100644 --- a/rockspecs/multi-12.0-0.rockspec +++ b/rockspecs/multi-12.0-0.rockspec @@ -15,7 +15,8 @@ description = { dependencies = { "lua >= 5.1", "bin", - "lanes" + "lanes", + "lua-net" } build = { type = "builtin",