From 14a3a080956cf96571f075437014a4eec510f58d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 11 Sep 2025 14:01:25 -0500 Subject: [PATCH] use compatible insta version, oops --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63ac58c..37afbaa 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 = "=1.10.0" console = "0.15.0" serde_json = "1.0.68"