mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
build(deps): bump wasmtime to v25.0.3
This commit is contained in:

committed by
Christian Clason

parent
bf58b757c4
commit
40bf23adaf
@@ -49,7 +49,7 @@ if(ENABLE_LIBINTL)
|
||||
endif()
|
||||
|
||||
if(ENABLE_WASMTIME)
|
||||
find_package(Wasmtime 25.0.2 EXACT REQUIRED)
|
||||
find_package(Wasmtime 25.0.3 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