release: 0.7.1 - improved user key interactivity

This commit is contained in:
xeruf 2024-12-05 23:04:57 +01:00
parent e1c1b1d4f6
commit cdf75cda24
2 changed files with 3077 additions and 11 deletions

3085
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ repository = "https://forge.ftt.gmbh/janek/mostr"
readme = "README.md"
license = "GPL 3.0"
authors = ["melonion"]
version = "0.7.0"
version = "0.7.1"
rust-version = "1.82"
edition = "2021"
default-run = "mostr"
@ -26,6 +26,7 @@ rustyline = { git = "https://github.com/xeruf/rustyline", rev = "465b14d" }
keyring = { version = "3", features = ["apple-native", "windows-native", "linux-native-sync-persistent", "crypto-rust"] }
directories = "5.0"
whoami = "1.5"
slint = "1.8"
# Application Utils
itertools = "0.12"
chrono = "0.4"