diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-09-20 17:46:41 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-09-25 11:39:11 +0200 |
commit | 8ba9f0468d1ed1112b0ff0ffe17849bf94f46234 (patch) | |
tree | 2848c7c5c64d5000c6aa7d3a7b315633bcd89c45 /src | |
parent | ce7017b850e0f62b3ebe6ea0d7010ba0291624e5 (diff) | |
download | rneovim-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.txt | 2 |
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() |