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 fe6dd0f commit 4c2454dCopy full SHA for 4c2454d
plugins/http/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 = "none", notes = "" }
21
-ios = { level = "none", notes = "" }
+android = { level = "full", notes = "" }
+ios = { level = "full", notes = "" }
22
23
[build-dependencies]
24
tauri-plugin = { workspace = true, features = ["build"] }
0 commit comments