mirror of
https://github.com/tauri-apps/cargo-mobile2.git
synced 2026-01-31 00:35:21 +01:00
Publish New Versions (#407)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c4d420f9b9
commit
3640f52e0f
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"cargo-mobile2": "patch"
|
||||
---
|
||||
|
||||
Fix `android::emulator::avd_list` function interpreting log lines from `emulator -list-avd` as valid `Emulator`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"cargo-mobile2": "patch"
|
||||
---
|
||||
|
||||
Remove deprecated options from gradle file in the generated android template.
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.17.4]
|
||||
|
||||
- [`c4d420f`](https://github.com/tauri-apps/cargo-mobile2/commit/c4d420f9b9a35b52e24ad06de6c810f424ec45a3) ([#414](https://github.com/tauri-apps/cargo-mobile2/pull/414) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) Fix `android::emulator::avd_list` function interpreting log lines from `emulator -list-avd` as valid `Emulator`
|
||||
- [`b4d615f`](https://github.com/tauri-apps/cargo-mobile2/commit/b4d615f7798afcb7c15aca02883bb931c5fa3431) ([#404](https://github.com/tauri-apps/cargo-mobile2/pull/404) by [@jmetz](https://github.com/tauri-apps/cargo-mobile2/../../jmetz)) Remove deprecated options from gradle file in the generated android template.
|
||||
|
||||
## \[0.17.3]
|
||||
|
||||
- [`1ec0ca5`](https://github.com/tauri-apps/cargo-mobile2/commit/1ec0ca542db074d8bd8351b094759011f6b712a2) ([#395](https://github.com/tauri-apps/cargo-mobile2/pull/395) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) Fix deserializing targets from `.cargo/config.toml` if the target's `rustflags` field is not specified
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
||||
|
||||
[[package]]
|
||||
name = "cargo-mobile2"
|
||||
version = "0.17.3"
|
||||
version = "0.17.4"
|
||||
dependencies = [
|
||||
"colored",
|
||||
"core-foundation 0.10.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-mobile2"
|
||||
version = "0.17.3"
|
||||
version = "0.17.4"
|
||||
authors = [
|
||||
"Tauri Programme within The Commons Conservancy",
|
||||
"Brainium Studios LLC",
|
||||
|
||||
Reference in New Issue
Block a user