From 2ce05306d89292a27f032fdc5026d2df4e337de7 Mon Sep 17 00:00:00 2001 From: Nimaoth Date: Wed, 17 Jul 2024 09:06:20 +0200 Subject: [PATCH] updated dependency --- absytree.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absytree.nimble b/absytree.nimble index 59a0168d..78add263 100644 --- a/absytree.nimble +++ b/absytree.nimble @@ -32,7 +32,7 @@ requires "https://github.com/Nimaoth/wasm3 >= 0.1.13" requires "https://github.com/Nimaoth/lrucache.nim >= 1.1.4" requires "https://github.com/Nimaoth/boxy >= 0.4.2" requires "https://github.com/Nimaoth/nimscripter >= 1.0.21" -requires "https://github.com/Nimaoth/nimtreesitter-api >= 0.1.9" +requires "https://github.com/Nimaoth/nimtreesitter-api >= 0.1.10" requires "https://github.com/Nimaoth/nimwasmtime >= 0.1.4" # Use this to include all treesitter languages (takes longer to download)