Skip to content

Commit

Permalink
docs(log): Update mobile support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jan 24, 2025
1 parent 0afc9b6 commit 18700f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rustdoc-args = ["--cfg", "docsrs"]
windows = { level = "full", notes = "" }
linux = { level = "full", notes = "" }
macos = { level = "full", notes = "" }
android = { level = "unknown", notes = "" }
ios = { level = "unknown", notes = "" }
android = { level = "full", notes = "" }
ios = { level = "full", notes = "" }

[build-dependencies]
tauri-plugin = { workspace = true, features = ["build"] }
Expand Down

0 comments on commit 18700f1

Please sign in to comment.