aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-01-12 12:31:13 +0100
committerChristian Clason <ch.clason+github@icloud.com>2025-01-12 12:57:07 +0100
commit40bf23adaf98dc357a59f9524a16e06f990faeaa (patch)
tree630e891d4d576bc8099be6c889f8d39b423d59c4 /src
parentbf58b757c4c2e1bf2a4afe4279150ca68a68691f (diff)
downloadrneovim-40bf23adaf98dc357a59f9524a16e06f990faeaa.tar.gz
rneovim-40bf23adaf98dc357a59f9524a16e06f990faeaa.tar.bz2
rneovim-40bf23adaf98dc357a59f9524a16e06f990faeaa.zip
build(deps): bump wasmtime to v25.0.3
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 767f5087c1..5b9946db39 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 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()