From 7d5395a30c8a33835c0da9a33ef347eff298e4c8 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 11 Sep 2025 14:24:53 -0500 Subject: [PATCH] update --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36a580d..c9dea56 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 = { version = "=1.10.0", features = ["backtrace"] } +insta = "=1.21.0" console = "0.15.0" serde_json = "1.0.68" @@ -72,3 +72,6 @@ required-features = ["text", "serde"] [profile.release] debug = true + +[profile.test] +debug = true