Add comment explaining why we fixed the version of insta
This commit is contained in:
parent
dcc3caef0d
commit
ffb60cb885
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue