This commit is contained in:
Fabian-Lars
2026-03-18 12:53:07 +01:00
committed by GitHub
parent 293df652bd
commit 147dbd1fde

View File

@@ -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.22", default-features = false }
cargo-mobile2 = { version = "0.22.3", default-features = false }
[dependencies]
jsonrpsee = { version = "0.24", features = ["server"] }