mirror of
https://github.com/tauri-apps/cargo-mobile2.git
synced 2026-01-31 00:35:21 +01:00
publish new versions (#449)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
44a5dd6f90
commit
1da6a4933e
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"cargo-mobile2": patch
|
||||
---
|
||||
|
||||
Fix regression on development on macOS with Intel chip.
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.18.1]
|
||||
|
||||
- [`44a5dd6`](https://github.com/tauri-apps/cargo-mobile2/commit/44a5dd6f902dc432f901c92a72f5aa89b95e9a09) ([#448](https://github.com/tauri-apps/cargo-mobile2/pull/448) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Fix regression on development on macOS with Intel chip.
|
||||
|
||||
## \[0.18.0]
|
||||
|
||||
- [`0ee7015`](https://github.com/tauri-apps/cargo-mobile2/commit/0ee701554044061c986698c40e8423ef077751e2) ([#445](https://github.com/tauri-apps/cargo-mobile2/pull/445) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Remove `arm64-sim` architecture which can no longer work on Xcode 16.3
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -173,7 +173,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
||||
|
||||
[[package]]
|
||||
name = "cargo-mobile2"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
dependencies = [
|
||||
"colored",
|
||||
"core-foundation 0.10.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-mobile2"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
authors = [
|
||||
"Tauri Programme within The Commons Conservancy",
|
||||
"Brainium Studios LLC",
|
||||
|
||||
Reference in New Issue
Block a user