chore(cli): update cargo-mobile2 to adjust lib name validation (#11208)

This commit is contained in:
Lucas Fernandes Nogueira 2024-10-03 13:46:49 -03:00 committed by GitHub
parent 6d98f2462b
commit 4475fbb502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,6 @@
---
"tauri-cli": patch:changes
"@tauri-apps/cli": patch:changes
---
Update cargo-mobile2 to 0.17.3, fixing lib name validation.

4
Cargo.lock generated
View File

@ -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",

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.17.2", default-features = false }
cargo-mobile2 = { version = "0.17.3", default-features = false }
[dependencies]
jsonrpsee = { version = "0.24.5", features = ["server"] }