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"