remove anyhow backtrace feature

This commit is contained in:
132nd-Professor
2023-01-18 14:54:04 +01:00
parent 8026ef1a04
commit 1a6ff6fe6f
+1 -1
View File
@@ -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