Skip to content

Commit

Permalink
cargo-mobile2 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 7, 2023
1 parent 5251082 commit 98f378a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tooling/cli/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 tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ name = "cargo-tauri"
path = "src/main.rs"

[dependencies]
cargo-mobile2 = { git = "https://github.com/tauri-apps/cargo-mobile2", branch = "fix/macos-14-ios-deploy", default-features = false }
cargo-mobile2 = { version = "0.7", default-features = false }
textwrap = { version = "0.11.0", features = [ "term_size" ] }
jsonrpsee = { version = "0.16", features = [ "server" ] }
jsonrpsee-core = "0.16"
Expand Down

0 comments on commit 98f378a

Please sign in to comment.