From 0200edf9d510cbfb5c8864a793ba6506c106f376 Mon Sep 17 00:00:00 2001 From: George Arion Date: Wed, 24 Dec 2025 21:42:26 +0000 Subject: [PATCH] Add version 0.0.9 to micro-run.json This bring in rust support for micro-run/runit plugin --- plugins/micro-run.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/micro-run.json b/plugins/micro-run.json index 6c70554..9680de4 100644 --- a/plugins/micro-run.json +++ b/plugins/micro-run.json @@ -5,6 +5,13 @@ "Tags": ["run", "execute", "Go", "Python", "Bash", "Lua", "F5"], "License": "MIT license", "Versions": [ + { + "Version": "0.0.9", + "Url": "https://github.com/terokarvinen/micro-run/archive/v0.0.9.zip", + "Require": { + "micro": ">=2.0.0" + } + }, { "Version": "0.0.8", "Url": "https://github.com/terokarvinen/micro-run/archive/v0.0.8.zip",