fix: fix docsrs builds

This commit is contained in:
FabianLars
2025-10-27 11:12:56 +01:00
parent 4ee61e055e
commit 93426f8512
32 changed files with 60 additions and 102 deletions
-4
View File
@@ -7,10 +7,6 @@ license = { workspace = true }
repository = { workspace = true }
links = "tauri-plugin-PLUGIN_NAME"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
# Platforms supported by the plugin
# Support levels are "full", "partial", "none", "unknown"
# Details of the support level are left to plugin maintainer