Upgrade to Insta master to get bugfix.

Map sorting in Insta was previously not recursive.
As of this PR, it is!
https://github.com/mitsuhiko/insta/pull/80

Since it hasn't made it into a release yet, but is
important for Rojo to have snapshot determinism,
we're moving temporarily to depend on Insta via Git.
This commit is contained in:
Lucien Greathouse
2019-10-21 15:28:38 -07:00
parent 114c93fa46
commit 7cc4055d94
11 changed files with 78 additions and 78 deletions

View File

@@ -88,5 +88,5 @@ walkdir = "2.1"
criterion = "0.3"
[dev-dependencies.insta]
version = "0.11.0"
git = "https://github.com/mitsuhiko/insta"
features = ["redactions"]