tmuxido/Cargo.toml
cinco euzebio 79f1551f33
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
🐛 fix: bump version to 0.4.2 to fix self-update version mismatch
The Cargo.toml was still at 0.4.0 while the release was tagged as 0.4.1,
causing the --update command to always think there's a new version available.

Bumping to 0.4.2 ensures the binary version matches the release tag.
2026-03-01 01:13:21 -03:00

18 lines
310 B
TOML

[package]
name = "tmuxido"
version = "0.4.2"
edition = "2024"
[dev-dependencies]
tempfile = "3"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
dirs = "5.0"
walkdir = "2.4"
anyhow = "1.0"
shellexpand = "3.1"
clap = { version = "4.5", features = ["derive"] }