get rid of color_eyre

Should never have added it. Annoyingly long compile times for no reason...
This commit is contained in:
raf 2025-01-26 00:52:22 +03:00
commit 592fb58474
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
6 changed files with 21 additions and 128 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "microfetch"
version = "0.4.4"
version = "0.4.5"
edition = "2021"
[lib]
@ -13,7 +13,6 @@ path = "src/main.rs"
[dependencies]
nix = { version = "0.29", features = ["fs", "hostname", "feature"] }
color-eyre = { version = "0.6", default-features = false }
lazy_static = "1.5.0"
[dev-dependencies]
@ -28,7 +27,7 @@ opt-level = 3
[profile.release]
strip = true
opt-level = "z"
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"