From e044c796405c1800289160cb50d295cf2eda76cf Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 17 Nov 2024 16:37:07 +0000 Subject: anyhow backtrace feature enabled workspace-wide --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0bb2d0e..b973b7d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "2" [workspace.dependencies] -anyhow = { version = "1.0.0" } +anyhow = { version = "1.0.0", features = ["backtrace"] } chrono = { version = "0.4.38" } cfg-if = "1.0.0" derive_builder = { version = "0.20.2" } -- cgit v1.2.3