chore(cli): update cargo-mobile2 to 0.21.1

applies https://github.com/tauri-apps/cargo-mobile2/pull/491
This commit is contained in:
Lucas Nogueira 2025-10-10 13:44:33 -03:00
parent 7b0d4e7322
commit a279485856
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1055,9 +1055,9 @@ dependencies = [
[[package]]
name = "cargo-mobile2"
version = "0.21.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7705eddd52bb9e1d1fa94b79c5e869055fdf505a27217574c6ebd4f35389abbe"
checksum = "dcea7efeaac9f0fd9f886f43a13dde186a1e2266fe6b53a42659e4e0689570de"
dependencies = [
"colored",
"core-foundation 0.10.0",

View File

@ -36,7 +36,7 @@ name = "cargo-tauri"
path = "src/main.rs"
[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]
cargo-mobile2 = { version = "0.21", default-features = false }
cargo-mobile2 = { version = "0.21.1", default-features = false }
[dependencies]
jsonrpsee = { version = "0.24", features = ["server"] }