You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing a feature flag in the swap crate that conditionally enables the tauri depencendy. This allows compiling the swap crate without the heavy tauri dependency. This also enables us to build arm binaries in the CI again.
This closes#32 and #34
Introducing a feature flag in the swap crate that conditionally enables the tauri depencendy. This allows compiling the swap crate without the heavy tauri dependency. This also enables us to build arm binaries in the CI again.
This closes#32 and #34
E.g https://github.com/UnstoppableSwap/xmr-btc-swap/actions/runs/10582112253/job/29321031640
This due to the missing system dependencies which are required for Tauri to compile. This is a known issue cross-rs/cross#548
The text was updated successfully, but these errors were encountered: