From e150840b467edddca986c6845aec3f3d72fe342c Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 13 May 2024 15:04:07 +0000 Subject: [PATCH] build: Update pnpm to v9 (#1309) * build: Update pnpm to v9 * update actions * remove last actions-rs usage * clippy * clippy again * revert default feature Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9065219591 Co-authored-by: FabianLars --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 9e6e390..61274de 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ struct Http { app: AppHandle, } -trait HttpExt { +/* trait HttpExt { fn http(&self) -> &Http; } @@ -31,7 +31,7 @@ impl> HttpExt for T { fn http(&self) -> &Http { self.state::>().inner() } -} +} */ pub fn init() -> TauriPlugin { Builder::::new("http")