From 36c6773408ca59a71b5370e9ed18d12c67c18e88 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 27 Feb 2024 14:20:09 -0300 Subject: binary: dkjson is no longer a dependency, it is now vendored in --- binary/all_in_one | 1 - 1 file changed, 1 deletion(-) diff --git a/binary/all_in_one b/binary/all_in_one index c3de9c2e..53e0f13f 100755 --- a/binary/all_in_one +++ b/binary/all_in_one @@ -468,7 +468,6 @@ local function main() luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), luasocket = "luasocket", luafilesystem = "luafilesystem", - dkjson = "dkjson", } fs.make_dir(LUA_MODULES) -- cgit v1.2.3-55-g6feb