Skip to content

Commit dbf57c3

Browse files
FabianLarsgezihuzi
authored andcommitted
chore(opener): Fix Cargo.toml property name for tauri-docs generator
1 parent ac6f357 commit dbf57c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/opener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1515
# Platforms supported by the plugin
1616
# Support levels are "full", "partial", "none", "unknown"
1717
# Details of the support level are left to plugin maintainer
18-
[package.metadata.platforms]
18+
[package.metadata.platforms.support]
1919
windows = { level = "full", notes = "" }
2020
linux = { level = "full", notes = "" }
2121
macos = { level = "full", notes = "" }

0 commit comments

Comments
 (0)