eh: modernize error handling; bump dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I63e346cd38bfb6cd277f6675fcefe64e6a6a6964
This commit is contained in:
raf 2025-11-12 23:50:58 +03:00
commit caa6dc9951
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
12 changed files with 265 additions and 172 deletions

View file

@ -8,16 +8,17 @@ description = "Ergonomic Nix CLI helper"
edition = "2024"
license = "MPL-2.0"
readme = true
rust-version = "1.85"
version = "0.1.1"
rust-version = "1.89"
version = "0.1.2"
[workspace.dependencies]
clap = { default-features = false, features = [ "std", "help", "derive" ], version = "4.5" }
clap_complete = "4.5"
regex = "1.11"
tracing = "0.1"
tracing-subscriber = "0.3"
yansi = "1.0"
clap = { default-features = false, features = [ "std", "help", "derive" ], version = "4.5.51" }
clap_complete = "4.5.60"
regex = "1.12.2"
thiserror = "2.0.17"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
yansi = "1.0.1"
[profile.release]
codegen-units = 1