From 18700f1e82f319b35de508ca24c0840ab61d9c4e Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Fri, 24 Jan 2025 16:47:10 +0100 Subject: [PATCH] docs(log): Update mobile support matrix fixes https://github.com/tauri-apps/tauri-docs/issues/2840 --- plugins/log/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 21f03b81..e37ee2f3 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -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"] }