publish new versions (#399)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-03 11:17:07 -03:00
committed by GitHub
parent 1ec0ca542d
commit 91da4955e0
5 changed files with 7 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": "patch"
---
Fix deserializing targets from `.cargo/config.toml` if the target's `rustflags` field is not specified

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": patch
---
Removed name and lib name validation as they are not used as the package identifier anymore.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[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
- [`e66010f`](https://github.com/tauri-apps/cargo-mobile2/commit/e66010f867f6ad4f4830fdb20a846a0ef474c1b7) ([#398](https://github.com/tauri-apps/cargo-mobile2/pull/398) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Removed name and lib name validation as they are not used as the package identifier anymore.
## \[0.17.2]
- [`cdb6ed3`](https://github.com/tauri-apps/cargo-mobile2/commit/cdb6ed362e33ffd21ebb3b6a2f1441040b7e45d1) ([#388](https://github.com/tauri-apps/cargo-mobile2/pull/388) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Only display logs from the actual iOS application unless pedantic verbosity is requested.

2
Cargo.lock generated
View File

@@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "cargo-mobile2"
version = "0.17.2"
version = "0.17.3"
dependencies = [
"colored",
"core-foundation 0.10.0",

View File

@@ -1,6 +1,6 @@
[package]
name = "cargo-mobile2"
version = "0.17.2"
version = "0.17.3"
authors = [
"Tauri Programme within The Commons Conservancy",
"Brainium Studios LLC",