mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Fix insta dependency to 1.5.2
This commit is contained in:
committed by
Dzmitry Malyshau
parent
6d0c608626
commit
91a1f581e0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user