chore: release v1.2.2
ci / rust (push) Successful in 53s
ci / lint-yaml (push) Successful in 5s
release / verify (push) Successful in 27s
release / linux-amd64 (push) Successful in 38s

This commit is contained in:
2026-07-05 03:26:48 +02:00
parent 549025dfe7
commit 69e20c89ee
5 changed files with 1128 additions and 187 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
[package]
name = "gosleep-timer"
version = "1.2.1"
version = "1.2.2"
edition = "2024"
rust-version = "1.85"
rust-version = "1.88"
description = "Terminal sleep timer for Linux desktop actions, with YAML config and a Rust TUI"
license = "MIT"
repository = "https://gitea.forust.xyz/forust/gosleep"
@@ -18,9 +18,9 @@ path = "src/main.rs"
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
crossterm = "0.29"
ratatui = "0.29"
ratatui = "0.30.2"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
noyalib = "0.0.12"
[profile.release]
codegen-units = 1