Skip to content

Commit 18700f1

Browse files
authored
docs(log): Update mobile support matrix
fixes tauri-apps/tauri-docs#2840
1 parent 0afc9b6 commit 18700f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/log/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ rustdoc-args = ["--cfg", "docsrs"]
1717
windows = { level = "full", notes = "" }
1818
linux = { level = "full", notes = "" }
1919
macos = { level = "full", notes = "" }
20-
android = { level = "unknown", notes = "" }
21-
ios = { level = "unknown", notes = "" }
20+
android = { level = "full", notes = "" }
21+
ios = { level = "full", notes = "" }
2222

2323
[build-dependencies]
2424
tauri-plugin = { workspace = true, features = ["build"] }

0 commit comments

Comments
 (0)