neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 40bf23adaf98dc357a59f9524a16e06f990faeaa
parent bf58b757c4c2e1bf2a4afe4279150ca68a68691f
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Sun, 12 Jan 2025 12:31:13 +0100

build(deps): bump wasmtime to v25.0.3

Diffstat:
Mcmake.deps/deps.txt | 4++--
Msrc/nvim/CMakeLists.txt | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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 @@ -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()