mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
chore(cli): pin tauri-mobile to crates.io 0.2.5
This commit is contained in:
parent
02b8bfb989
commit
6669f1659a
3
tooling/cli/Cargo.lock
generated
3
tooling/cli/Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user