Skip to content

Commit 7db7142

Browse files
authored
fix(cli): empty Android emulator name (#14119)
applies tauri-apps/cargo-mobile2#481
1 parent a9b3421 commit 7db7142

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.changes/fix-emulator-name.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": patch:bug
3+
"@tauri-apps/cli": patch:bug
4+
---
5+
6+
Fixes empty device name when using an Android emulator causing the emulator to never be detected as running.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tauri-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ name = "cargo-tauri"
3636
path = "src/main.rs"
3737

3838
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"windows\", target_os = \"macos\"))".dependencies]
39-
cargo-mobile2 = { version = "0.20.5", default-features = false }
39+
cargo-mobile2 = { version = "0.20.6", default-features = false }
4040

4141
[dependencies]
4242
jsonrpsee = { version = "0.24", features = ["server"] }

0 commit comments

Comments
 (0)