aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-10-09 19:16:36 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-10-09 20:02:30 +0200
commitcd8e15e3373dc9544d582640f043d3dee83a953d (patch)
tree2f315fbaa75ef62d0cf2937f7a9e7abbd637b1a6 /src
parent8ef3dd3afa20024f439d8b7a69f316069c1909d3 (diff)
downloadrneovim-cd8e15e3373dc9544d582640f043d3dee83a953d.tar.gz
rneovim-cd8e15e3373dc9544d582640f043d3dee83a953d.tar.bz2
rneovim-cd8e15e3373dc9544d582640f043d3dee83a953d.zip
build(deps): bump wasmtime to v25.0.2
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 c2a358327a..8819da1ae5 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.1 EXACT REQUIRED)
+ find_package(Wasmtime 25.0.2 EXACT REQUIRED)
target_link_libraries(main_lib INTERFACE wasmtime)
target_compile_definitions(nvim_bin PRIVATE HAVE_WASMTIME)
endif()