feat: build docs.rs documentation for Android (#654)

This commit is contained in:
Lucas Fernandes Nogueira
2023-10-19 14:39:54 -03:00
committed by GitHub
parent 5de23e79f9
commit d1b7c2c1fb
25 changed files with 113 additions and 29 deletions
+1
View File
@@ -5,6 +5,7 @@ description = "In-app updates for Tauri applications."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
[package.metadata.docs.rs]
features = [ "tauri/dox" ]
+1 -1
View File
@@ -435,7 +435,7 @@ impl Update {
self.install(bytes)
}
#[cfg(any(target_os = "android", target_os = "ios"))]
#[cfg(mobile)]
fn install_inner(&self, bytes: Vec<u8>) -> Result<()> {
Ok(())
}