mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-28 17:24:23 -04:00
release(gui): 1.0.0 alpha.1 (#125)
This commit is contained in:
parent
584cc41411
commit
37d1f07c2d
4 changed files with 4 additions and 3 deletions
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]]
|
[[package]]
|
||||||
name = "unstoppableswap-gui-rs"
|
name = "unstoppableswap-gui-rs"
|
||||||
version = "0.0.0"
|
version = "1.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "unstoppableswap-gui-rs"
|
name = "unstoppableswap-gui-rs"
|
||||||
version = "0.0.0"
|
version = "1.0.0-alpha.1"
|
||||||
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
|
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# 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},
|
command::{Bitcoin, Monero},
|
||||||
};
|
};
|
||||||
use tauri::{async_runtime::RwLock, Manager, RunEvent};
|
use tauri::{async_runtime::RwLock, Manager, RunEvent};
|
||||||
use tauri_plugin_dialog;
|
|
||||||
|
|
||||||
/// Trait to convert Result<T, E> to Result<T, String>
|
/// Trait to convert Result<T, E> to Result<T, String>
|
||||||
/// Tauri commands require the error type to be a string
|
/// Tauri commands require the error type to be a string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue