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