Skip to content

Commit

Permalink
chore(cli): update cargo-mobile2 to adjust lib name validation (#11208)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Oct 3, 2024
1 parent 6d98f24 commit 4475fbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/update-cargo-mobile2.md
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tauri-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 4475fbb

Please sign in to comment.