diff --git a/Cargo.toml b/Cargo.toml index 4593e6b..24228cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] zip = {version = ">= 0.6.2", default-features = false, features = ["deflate"]} -anyhow = {version = ">= 1.0", features = ["backtrace"]} +anyhow = {version = ">= 1.0"} [profile.release] lto = true