mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-02 11:43:28 +00:00
get rid of color_eyre
Should never have added it. Annoyingly long compile times for no reason...
This commit is contained in:
parent
4fff13a51f
commit
592fb58474
6 changed files with 21 additions and 128 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue