mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
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:
@@ -23,5 +23,5 @@ rojo-insta-ext = { path = "../rojo-insta-ext" }
|
||||
rojo = { path = ".." }
|
||||
|
||||
[dependencies.insta]
|
||||
version = "0.11.0"
|
||||
git = "https://github.com/mitsuhiko/insta"
|
||||
features = ["redactions"]
|
||||
|
||||
Reference in New Issue
Block a user