aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-08-15 17:18:30 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-08-15 17:18:30 +0400
commit511e09094c5cb96e348771445f01843e92c1610d (patch)
tree0575f4c27de6f3460f6566d8ea857da6b9fc0e0d
parent90d6e303cad98059c083f1b8a1f13ec6afaf96d6 (diff)
downloadniri-511e09094c5cb96e348771445f01843e92c1610d.tar.gz
niri-511e09094c5cb96e348771445f01843e92c1610d.tar.bz2
niri-511e09094c5cb96e348771445f01843e92c1610d.zip
Disable backtrace in anyhow
Too slow even with opt-level 3.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d168dc4..4699fbec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
edition = "2021"
[dependencies]
-anyhow = { version = "1.0.72", features = ["backtrace"] }
+anyhow = { version = "1.0.72" }
bitflags = "2.3.3"
clap = { version = "4.3.21", features = ["derive"] }
keyframe = { version = "1.1.1", default-features = false }