diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-01-12 12:31:13 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-01-12 12:57:07 +0100 |
commit | 40bf23adaf98dc357a59f9524a16e06f990faeaa (patch) | |
tree | 630e891d4d576bc8099be6c889f8d39b423d59c4 | |
parent | bf58b757c4c2e1bf2a4afe4279150ca68a68691f (diff) | |
download | rneovim-40bf23adaf98dc357a59f9524a16e06f990faeaa.tar.gz rneovim-40bf23adaf98dc357a59f9524a16e06f990faeaa.tar.bz2 rneovim-40bf23adaf98dc357a59f9524a16e06f990faeaa.zip |
build(deps): bump wasmtime to v25.0.3
-rw-r--r-- | cmake.deps/deps.txt | 4 | ||||
-rw-r--r-- | src/nvim/CMakeLists.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt index f73023ae84..c42cf88068 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/v0.24.6.tar.gz TREESITTER_SHA256 03c7ee1e6f9f4f3821fd4af0ae06e1da60433b304a73ff92ee9694933009121a -WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v25.0.2.tar.gz -WASMTIME_SHA256 6d1c17c756b83f29f629963228e5fa208ba9d6578421ba2cd07132b6a120accb +WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v25.0.3.tar.gz +WASMTIME_SHA256 17850ca356fce6ea8bcd3847692b3233588ddf32ff31fcccac67ad06bcac0a3a UNCRUSTIFY_URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.80.1.tar.gz UNCRUSTIFY_SHA256 0e2616ec2f78e12816388c513f7060072ff7942b42f1175eb28b24cb75aaec48 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() |