publish new versions (#501)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-15 12:31:42 +01:00
committed by GitHub
parent 0395169d63
commit c77b28dae1
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": patch
---
Remove unnecessary once-cell-regex dependency.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.22.2]
- [`a47ecb9`](https://github.com/tauri-apps/cargo-mobile2/commit/a47ecb963f0ecd78105dcd12ce1ae3e59dfb1943) ([#500](https://github.com/tauri-apps/cargo-mobile2/pull/500) by [@sftse](https://github.com/tauri-apps/cargo-mobile2/../../sftse)) Remove unnecessary once-cell-regex dependency.
## \[0.22.1]
- [`3a85ff8`](https://github.com/tauri-apps/cargo-mobile2/commit/3a85ff806271ca1cf8eceae931fb7f426c7b3aae) Added `android::device::ConnectionStatus::Authorizing` and made the enum non_exhaustive.

2
Cargo.lock generated
View File

@@ -173,7 +173,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
[[package]]
name = "cargo-mobile2"
version = "0.22.1"
version = "0.22.2"
dependencies = [
"colored",
"core-foundation 0.10.0",

View File

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