From a27948585662db6da90aaef998a7a43efdb6f647 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 10 Oct 2025 13:44:33 -0300 Subject: [PATCH] chore(cli): update cargo-mobile2 to 0.21.1 applies https://github.com/tauri-apps/cargo-mobile2/pull/491 --- Cargo.lock | 4 ++-- crates/tauri-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16526fe9c..e1acdb31e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index e854602c7..d46bf7ef2 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -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"] }