neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 17ff65f59aeebaa9b3c11d287a4888aecb1222ac
parent 46079c3396200f82e92ff7f084a512f2fcd224ab
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Wed, 15 Mar 2023 18:37:08 +0100

build(deps): bump coxpcall to 1.17.0-1

Diffstat:
Mcmake.deps/cmake/BuildLuarocks.cmake | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake.deps/cmake/BuildLuarocks.cmake b/cmake.deps/cmake/BuildLuarocks.cmake @@ -147,7 +147,7 @@ if(USE_BUNDLED_BUSTED) if (USE_BUNDLED_LUA OR NOT USE_BUNDLED_LUAJIT) # coxpcall add_custom_command(OUTPUT ${ROCKS_DIR}/coxpcall - COMMAND ${LUAROCKS_BINARY} build coxpcall 1.16.0-1 ${LUAROCKS_BUILDARGS} + COMMAND ${LUAROCKS_BINARY} build coxpcall 1.17.0-1 ${LUAROCKS_BUILDARGS} DEPENDS luarocks) add_custom_target(coxpcall ALL DEPENDS ${ROCKS_DIR}/coxpcall) endif()