From ffb60cb88549ded44e6afe6dad2dc7d067d77b5b Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Thu, 21 Nov 2024 16:56:56 +0100 Subject: [PATCH] Add comment explaining why we fixed the version of insta --- crates/meili-snap/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/meili-snap/Cargo.toml b/crates/meili-snap/Cargo.toml index 6c68e563c..aee6b497f 100644 --- a/crates/meili-snap/Cargo.toml +++ b/crates/meili-snap/Cargo.toml @@ -11,6 +11,7 @@ edition.workspace = true license.workspace = true [dependencies] +# fixed version due to format breakages in v1.40 insta = { version = "=1.39.0", features = ["json", "redactions"] } md5 = "0.7.0" once_cell = "1.19"