From 3c6db3265e19ef9892c915aef3a58424dec21ea9 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 18 Apr 2023 09:19:05 -0300 Subject: [PATCH] remove clipboard feature --- plugins/clipboard/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/clipboard/Cargo.toml b/plugins/clipboard/Cargo.toml index a0790b60..5c0596ba 100644 --- a/plugins/clipboard/Cargo.toml +++ b/plugins/clipboard/Cargo.toml @@ -11,7 +11,7 @@ tauri-build.workspace = true [dependencies] serde.workspace = true serde_json.workspace = true -tauri = { workspace = true, features = ["clipboard"] } +tauri.workspace = true log.workspace = true thiserror.workspace = true