aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-09-20 17:46:41 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-09-25 11:39:11 +0200
commit8ba9f0468d1ed1112b0ff0ffe17849bf94f46234 (patch)
tree2848c7c5c64d5000c6aa7d3a7b315633bcd89c45 /src
parentce7017b850e0f62b3ebe6ea0d7010ba0291624e5 (diff)
downloadrneovim-8ba9f0468d1ed1112b0ff0ffe17849bf94f46234.tar.gz
rneovim-8ba9f0468d1ed1112b0ff0ffe17849bf94f46234.tar.bz2
rneovim-8ba9f0468d1ed1112b0ff0ffe17849bf94f46234.zip
build(deps): bump wasmtime to v25.0.1
Diffstat (limited to 'src')
-rw-r--r--src/nvim/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index 3cc1a2c8f0..20481153ed 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -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()