From 0fc59b04c09f1a674b1d7d2cfe4198775944dff0 Mon Sep 17 00:00:00 2001 From: Nimaoth Date: Tue, 16 Jul 2024 23:45:41 +0200 Subject: [PATCH] updated nimwasmtime --- absytree.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absytree.nimble b/absytree.nimble index f534c559..f9b2cf74 100644 --- a/absytree.nimble +++ b/absytree.nimble @@ -33,7 +33,7 @@ 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.8" -requires "https://github.com/Nimaoth/nimwasmtime >= 0.1.1" +requires "https://github.com/Nimaoth/nimwasmtime >= 0.1.2" # Use this to include all treesitter languages (takes longer to download) requires "https://github.com/Nimaoth/nimtreesitter >= 0.1.3"