From 96ce871e550fd12c380f021e007be6272e1283c8 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 11 Sep 2025 14:08:10 -0500 Subject: [PATCH] fix the backtracke --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bce7216..54728fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ unicode = ["text", "unicode-segmentation", "bstr?/unicode", "bstr?/std"] bytes = ["bstr", "text"] [dev-dependencies] -insta = "=1.10.0" +insta = { version = "=1.10.0", features = ["backtrace"] } console = "0.15.0" serde_json = "1.0.68"