From ac5432c93cea2017cd4c39b8075389372cb41315 Mon Sep 17 00:00:00 2001 From: Byson94 Date: Thu, 9 Oct 2025 22:44:13 +0530 Subject: [PATCH] fix: fixing ewwii_plugin_api version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a56e91e..3a58abb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" shared_utils = { version = "0.1.0", path = "crates/shared_utils" } rhai_impl = { version = "0.1.0", path = "crates/rhai_impl" } -ewwii_plugin_api = { version = "0.1.0", path = "crates/ewwii_plugin_api" } +ewwii_plugin_api = { version = "0.2.0", path = "crates/ewwii_plugin_api" } anyhow = "1.0.86" ahash = "0.8.12"