From 53ef9b53bca3ab4d66a03088a7bb91097b44e9b1 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 27 Oct 2025 10:21:29 +0000 Subject: [PATCH] chore: temp delete updater changefile Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/18837370191 Co-authored-by: FabianLars --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 663efaf..a33aa5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,6 @@ rust-version = { workspace = true } repository = { workspace = true } links = "tauri-plugin-process" -[package.metadata.docs.rs] -rustc-args = ["--cfg", "docsrs"] -rustdoc-args = ["--cfg", "docsrs"] - [package.metadata.platforms.support] windows = { level = "full", notes = "" } linux = { level = "full", notes = "" }