release(gui): 1.0.0 alpha.1 (#125)

This commit is contained in:
binarybaron 2024-10-22 13:22:46 +02:00 committed by GitHub
parent 584cc41411
commit 37d1f07c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

2
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,2 @@
{
}

2
Cargo.lock generated
View File

@ -9256,7 +9256,7 @@ dependencies = [
[[package]]
name = "unstoppableswap-gui-rs"
version = "0.0.0"
version = "1.0.0-alpha.1"
dependencies = [
"anyhow",
"once_cell",

View File

@ -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

View File

@ -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