From ed76f618c14edd345e1da8ec3aba10438733415b Mon Sep 17 00:00:00 2001 From: Clement Bouvet Date: Wed, 26 Feb 2025 07:33:03 +0100 Subject: [PATCH] manifest: update wit version to 0.5.0 --- edgee-component.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgee-component.toml b/edgee-component.toml index 1c4a45e..672c7fb 100644 --- a/edgee-component.toml +++ b/edgee-component.toml @@ -8,7 +8,7 @@ subcategory = "analytics" description = "Example CSharp component for data collection" documentation = "https://github.com/edgee-cloud/example-cs-component" repository = "https://github.com/edgee-cloud/example-cs-component" -wit-world-version = "0.4.0" +wit-world-version = "0.5.0" [component.build] command = "dotnet build && mv ./bin/Debug/net9.0/wasi-wasm/publish/example-cs-component.wasm ./dc_component.wasm"