mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-22 16:59:17 -04:00
release(gui): 1.0.0 alpha.1 (#125)
This commit is contained in:
parent
584cc41411
commit
37d1f07c2d
2
.vscode/settings.json
vendored
Normal file
2
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -9256,7 +9256,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "unstoppableswap-gui-rs"
|
||||
version = "0.0.0"
|
||||
version = "1.0.0-alpha.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"once_cell",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "unstoppableswap-gui-rs"
|
||||
version = "0.0.0"
|
||||
version = "1.0.0-alpha.1"
|
||||
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
|
||||
edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -14,7 +14,6 @@ use swap::cli::{
|
||||
command::{Bitcoin, Monero},
|
||||
};
|
||||
use tauri::{async_runtime::RwLock, Manager, RunEvent};
|
||||
use tauri_plugin_dialog;
|
||||
|
||||
/// Trait to convert Result<T, E> to Result<T, String>
|
||||
/// Tauri commands require the error type to be a string
|
||||
|
Loading…
x
Reference in New Issue
Block a user