@@ -0,0 +1,6 @@
+---
+"tauri-cli": patch:changes
+"@tauri-apps/cli": patch:changes
+
+Update cargo-mobile2 to 0.17.3, fixing lib name validation.
@@ -1473,9 +1473,9 @@ dependencies = [
[[package]]
name = "cargo-mobile2"
-version = "0.17.2"
+version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4200047e17fd50597ae9ee15657b0c53105394f95d3a1aa82148dba35acb412"
+checksum = "5c8052fc43184dc6c572437c2f8dae83e4ca9a5b27c790e269b90b080c1b9301"
dependencies = [
"colored",
"core-foundation 0.10.0",
@@ -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.17.2", default-features = false }
+cargo-mobile2 = { version = "0.17.3", default-features = false }
[dependencies]
jsonrpsee = { version = "0.24.5", features = ["server"] }