chore(cli): pin tauri-mobile to crates.io 0.2.5

This commit is contained in:
Lucas Nogueira 2023-03-18 11:33:38 -03:00
parent 02b8bfb989
commit 6669f1659a
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7
2 changed files with 3 additions and 2 deletions

View File

@ -3819,7 +3819,8 @@ dependencies = [
[[package]]
name = "tauri-mobile"
version = "0.2.5"
source = "git+https://github.com/tauri-apps/tauri-mobile#f9791c2d908ab49bdf44907c53b394c2560f3306"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3603ad10b7b18e53f486b6a3de15b51d23098ce800a30162cb634a1c61afff64"
dependencies = [
"cocoa",
"colored 1.9.3",

View File

@ -39,7 +39,7 @@ name = "cargo-tauri"
path = "src/main.rs"
[dependencies]
tauri-mobile = { git ="https://github.com/tauri-apps/tauri-mobile", version = "0.2.3", default-features = false, features = ["openssl-vendored"] }
tauri-mobile = { version = "0.2.5", default-features = false, features = ["openssl-vendored"] }
textwrap = { version = "0.11.0", features = [ "term_size" ] }
jsonrpsee = { version = "0.16", features = [ "ws-client", "client-ws-transport-no-tls", "server" ] }
thiserror = "1"