diff options
Diffstat (limited to 'ripple/minitrace')
-rw-r--r-- | ripple/minitrace/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripple/minitrace/Cargo.toml b/ripple/minitrace/Cargo.toml index 261e2c2..2f41c14 100644 --- a/ripple/minitrace/Cargo.toml +++ b/ripple/minitrace/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] nix = "0.23.1" -anyhow = "1.0.53" +anyhow = { version = "1.0.53", features = ["backtrace"] } bitflags = "1.3.2" # TODO(edef): upgrade nom, we're stuck with 7.0 for MSRV reasons nom = ">= 7.0.0, <7.1" |