Fix insta dependency to 1.5.2

This commit is contained in:
Dzmitry Malyshau
2021-02-15 11:09:11 -05:00
committed by Dzmitry Malyshau
parent 6d0c608626
commit 91a1f581e0

View File

@@ -42,5 +42,6 @@ env_logger = "0.8"
ron = "0.6"
serde = { version = "1.0", features = ["derive"] }
spirv = { package = "spirv_headers", version = "1.5", features = ["deserialize"] }
insta = { version = "1.3", features = ["glob"] }
# `similar` dependency, introduced in 1.5.3, breaks MSRV
insta = { version = "=1.5.2", features = ["glob"] }
rspirv = "0.7"