mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
build(deps): bump wasmtime to v25.0.1
This commit is contained in:
@@ -49,7 +49,7 @@ if(ENABLE_LIBINTL)
|
||||
endif()
|
||||
|
||||
if(ENABLE_WASMTIME)
|
||||
find_package(Wasmtime 24.0.0 EXACT REQUIRED)
|
||||
find_package(Wasmtime 25.0.1 EXACT REQUIRED)
|
||||
target_link_libraries(main_lib INTERFACE wasmtime)
|
||||
target_compile_definitions(nvim_bin PRIVATE HAVE_WASMTIME)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user