From 1a6ff6fe6f7c1621685caab5829151a88645dad1 Mon Sep 17 00:00:00 2001 From: 132nd-Professor <132nd-Professor> Date: Wed, 18 Jan 2023 14:54:04 +0100 Subject: [PATCH] remove anyhow backtrace feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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