aboutsummaryrefslogtreecommitdiff
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
parentce7017b850e0f62b3ebe6ea0d7010ba0291624e5 (diff)
downloadrneovim-8ba9f0468d1ed1112b0ff0ffe17849bf94f46234.tar.gz
rneovim-8ba9f0468d1ed1112b0ff0ffe17849bf94f46234.tar.bz2
rneovim-8ba9f0468d1ed1112b0ff0ffe17849bf94f46234.zip
build(deps): bump wasmtime to v25.0.1
-rw-r--r--cmake.deps/deps.txt4
-rw-r--r--src/nvim/CMakeLists.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt
index 803726fb6c..6a89e86349 100644
--- a/cmake.deps/deps.txt
+++ b/cmake.deps/deps.txt
@@ -53,8 +53,8 @@ TREESITTER_MARKDOWN_SHA256 5dac48a6d971eb545aab665d59a18180d21963afc781bbf40f907
TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/99dbbbcbe9d7f3c286057e9f3bcc6e0b42690606.tar.gz
TREESITTER_SHA256 8779f56822cb24e3696b08eda3e9c66b58765d15e0536c2d031fbea2faed60e7
-WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v24.0.0.tar.gz
-WASMTIME_SHA256 2ccb49bb3bfa4d86907ad4c80d1147aef6156c7b6e3f7f14ed02a39de9761155
+WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v25.0.1.tar.gz
+WASMTIME_SHA256 0e816ee247eda6c35fca20dfaeac50c2cbb0df60d305b722fa2be9eced5b95da
UNCRUSTIFY_URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.79.0.tar.gz
UNCRUSTIFY_SHA256 e7afaeabf636b7f0ce4e3e9747b95f7bd939613a8db49579755dddf44fedca5f
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()