Sfoglia il codice sorgente

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

Lucas Fernandes Nogueira 10 mesi fa
parent
commit
4475fbb502
3 ha cambiato i file con 9 aggiunte e 3 eliminazioni
  1. 6 0
      .changes/update-cargo-mobile2.md
  2. 2 2
      Cargo.lock
  3. 1 1
      crates/tauri-cli/Cargo.toml

+ 6 - 0
.changes/update-cargo-mobile2.md

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

+ 2 - 2
Cargo.lock

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

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