We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afc9b6 commit 18700f1Copy full SHA for 18700f1
plugins/log/Cargo.toml
@@ -17,8 +17,8 @@ rustdoc-args = ["--cfg", "docsrs"]
17
windows = { level = "full", notes = "" }
18
linux = { level = "full", notes = "" }
19
macos = { level = "full", notes = "" }
20
-android = { level = "unknown", notes = "" }
21
-ios = { level = "unknown", notes = "" }
+android = { level = "full", notes = "" }
+ios = { level = "full", notes = "" }
22
23
[build-dependencies]
24
tauri-plugin = { workspace = true, features = ["build"] }
0 commit comments